Here is a proposal for a web api for the Crisis Checkin app which the mobile apps will call.
The API should send and receive JSON data.
The Base Url should be /api/
All responses should include one of the following http response status codes:
- 200 - OK
- 403 - Authentication Failed (Auth Token bad)