API Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
Log in to the Apono App or User Portal.
Click the Profile icon in the bottom left corner.
Click Settings and then Personal API Token to view your API tokens.
Click the Add API Token button to generate a new token.
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.
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.