KPI service authentication
You need an API token to use the KPI service. Follow these steps to retrieve your API token.
Before you begin
Availability
- Users need Admin, Editor, Reader, or Custom permissions to use an authorization token.
- Custom users can only fetch data related to apps they have read access to.
Find your Adjust API token
Before you can start making API calls, you first need to find your Adjust API token. You can find your Adjust API token in your Adjust dashboard.
Reset your Adjust API token
You can reset your Adjust API token at any time. Resetting your token invalidates the old token. This means that any requests made using the old token will not work. If you reset your Adjust API token, you need to make sure to update it wherever it is in use.
Use your Adjust API token to authenticate API calls
Once you have your Adjust API token, you can use it to authenticate your KPI service calls. To do this, pass the token in the Authorization request header with your API calls.
The Authorization header uses the following format: Authorization: Token token={API_TOKEN}
.