Versions Compared

Key

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

...

See on API-specification

Headers

See on Headers

Request data validation

Authorize

Request to process the request using a token in the headers

Request data validation

Validate token

  • Verify the validity of access token

    • Return 401 in case validation fails

  • Verify token is not expired

    • in case error return 401 

...