Generates or retrieves a valid bearer token for a given public key. This token is used to authenticate requests and lasts for 1 hour.

Token Usage

  • The returned token should be included in the Authorization header of subsequent API requests.
  • Format: Authorization: Bearer <token>
  • The token is valid for 1 hour from the time of creation.
Language
Click Try It! to start a request and see the response here!