root
Description
API basics

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.

Accept header

Use the `Accept` header or `accept` query parameter to choose `text/html` or `application/json` as output.

Authentication

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.

Properties
{
    "loggedInUser": null
  }