1. Generate an API Token

  2. Log in to the Apono App.
  3. Click the Profile icon in the bottom left corner
  4. Click Settings -> Personal API Token to view your API tokens.

    The API tokens page can be reached directly by following this link.

  5. Click the Add API Token button to generate a new token.
  6. Give the new token a name and click Generate New Token.

🚧

Record Your API Tokens in a Safe Place

This is the only time that the unencrypted token is displayed.

Use the API Token

When using any Apono API endpoint you will be asked to authenticate with one of your tokens. Add this to your header:

--header 'authorization: Bearer [API_TOKEN]'