Authorization

Authorization is achieved via `Authorization` header, containing the api key received after a successful login (X-Apikey).
If the current api key expires (ttl = 7 days), you will get a new one via X-Apikey header.

Required headers

This headers are required in every request:

Collections

Every collection type response contains the following headers:

Global response status codes

200 - Returned when everything is OK
201 - Returned when a new resource is created
401 - Returned when authorization failed (invalid apiKey)
403 - Returned when access to the resource is forbidden
500 - Returned when a critical error occurred

Documentation auto-generated on Thu, 18 Mar 21 12:52:48 +0000