This is supposed to be a self documenting API.
All end-points can be delivered in HTML or JSON, depending on the preference of the client.
Requesting HTML will provide links and forms to explore and develop directly against the API server.
This is supposed to be a self documenting API.
All end-points can be delivered in HTML or JSON, depending on the preference of the client.
Requesting HTML will provide links and forms to explore and develop directly against the API server.
Use the `Accept` header or `accept` query parameter to choose `text/html` or `application/json` as output.
The system accepts login using AWS Cognito tokens.
The tokens can be provided as a Cookie `rsession`, or as an `Authorization: Bearer ...` header to authenticate requests.
{ "loggedInUser": null }