Authorization

  • Authorization is performed via a token.
  • A token is created for each user individually, and all requests are sent on the user’s behalf.
  • Access permissions to the API are managed using the token.
  • The token is passed in the header of the HTTP request.

Authorization via Bearer

Authorization: Bearer 4bece94a-d372-404f-a4be-fb159019d9e0