How to Get a Bearer Token
To obtain a Bearer Token, follow these steps:- Navigate to the Capture web app.
- Go to the API Keys section within your account settings.
- Generate a new API key. This key is your Bearer Token, used to authorize requests to Uplift’s API.
Using the Bearer Token
When making requests to any Uplift API endpoint, include the token in theAuthorization
header, like so:
Note: In this documentation, the terms API Key and token are used interchangeably.This token is required for all API requests to authenticate your identity and authorize access. If the token is missing or invalid, the API will return a
401
Unauthorized response.