Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.02 KB

authentication.mdx

File metadata and controls

38 lines (27 loc) · 2.02 KB
title description slug sidebar-position sidebar-label
App automation API Authentication
You need a bearer token to use the App automation API.
en/api/app-automation-api/authentication
1
Authentication

You need a bearer token to use the App automation API. You can get this token in the Adjust dashboard by following the steps in this article.

Find your Adjust API token {#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.

If you've configured SSO, your API tokens aren't available in the Adjust dashboard. Reach out to your Adjust representative or support@adjust.com for help with API tokens.

Your Adjust API token is located in your profile. To find it, follow these steps:

  1. Select the settings icon in the bottom left corner.
  2. Select Account settings. Your account settings page opens.
  3. Select the My profile tab.
  4. Your API Token is shown with your User Details. Select the copy button to copy the token to your system clipboard.

Reset your Adjust API token {#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 won't work. If you reset your Adjust API token, you need to make sure to update it wherever it's in use.

  1. Select the settings icon in the bottom left corner.
  2. Select Account settings. Your account settings page opens.
  3. Select the My Profile tab.
  4. Your API Token is shown with your User details.
  5. Select Reset API token. A popup modal appears.
  6. Enter your account password in the modal and select Reset to reset your API token. The modal closes and a confirmation appears in the top right of the screen.
  7. Select the copy button next to the API Token to copy the token to your system clipboard.