Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API

URLs

Authorization

Every interaction with the API needs an Authorization Token. The token is generated per user. Set the following as a header for the request.

Code Block
titleHeader
x-api-key : {token}
Content-Type : application/json
  • {token} -  the individual api token

...