Getting started

Getting an API token

To interact with the API, you need to request a generate an authentication token. To do this, make a POST request to the Authenticate endpoint with your username and password in the request body.

Note that API tokens are only valid for 24 hours after time of generation.

Using the API token

The token generated in Getting an API token can then be sent in the api-token header of a request to a protected endpoint such as Users.

Last updated