Skip to main content
Version: Next

Authorization

The system uses authentication/authorization based on
JSON Web Token (JWT)

  • All API requests must include the header Authorization: Bearer {access_token}, where access_token
    is the token obtained during login
  • When the token expires, it must be refreshed using the refresh token