Okay API provides authentication with user-specific API tokens.

Obtaining an API token

  1. Open your Account Settings
  2. Click on "Get API Token"
  3. Save the displayed token. It will only be displayed once.

Using the token in an API request

Okay API uses Bearer Authentication. The client must send the token inside the Authorization header in the following way:

Authorization: Bearer <insert_token_here>