Authorization

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

Authorization via Bearer

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