LogoLogo
API Reference
API Reference
  • API OVERVIEW
    • Getting Started with the Apono API
    • API Authentication
  • New Endpoints
  • APONO
    • Groups
    • Access Flows
    • Bundles
    • Connectors
    • Users
    • Integrations
    • Access Sessions
    • Available Access
    • Access Requests
    • Access Bundles
    • Identities
    • Activity
    • Access Scopes
Powered by GitBook
On this page
  • Generate an API Token
  • Use the API Token

Was this helpful?

Export as PDF
  1. API OVERVIEW

API Authentication

PreviousGetting Started with the Apono APINextNew Endpoints

Last updated 9 days ago

Was this helpful?

Generate an API Token

  1. Log in to the Apono App or User Portal.

  2. Click the Profile icon in the bottom left corner.

  3. Click Settings and then Personal API Token to view your API tokens.

You can also access the API tokens page directly via the following links, depending on your platform: Admin or Portal.

  1. Click the Add API Token button to generate a new token.

  2. 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 request header:

--header 'authorization: Bearer <your-api-token>'

If you are accessing endpoints under the /user/ path, the end user must generate the authenticated token. These endpoints are designed for actions that reflect the permissions and context of the individual user making the request.

To enable API token generation for end users, please contact Apono Support at support@apono.io.

This capability must be explicitly enabled for your organization before end users can generate their tokens.