-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace imports with inline text
- Loading branch information
Showing
358 changed files
with
552 additions
and
304 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
38 changes: 38 additions & 0 deletions
38
src/content/docs/api/app-automation-api/authentication.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "App automation API Authentication" | ||
description: "You need a bearer token to use the App automation API." | ||
slug: en/api/app-automation-api/authentication | ||
sidebar-position: 1 | ||
sidebar-label: Authentication | ||
--- | ||
|
||
You need a [bearer token](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) 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 | ||
|
||
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. | ||
|
||
<Callout type="important"> | ||
|
||
If you've configured SSO, your API tokens aren't available in the Adjust dashboard. Reach out to your Adjust representative or [email protected] for help with API tokens. | ||
|
||
</Callout> | ||
|
||
Your Adjust API token is located in your **profile**. To find it, follow these steps: | ||
|
||
1. Select the settings icon (<Icon name="CogWheel" />) in the bottom left corner. | ||
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens. | ||
3. Select the <GuiLabel>My profile</GuiLabel> tab. | ||
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User Details</GuiLabel>. Select the copy button (<Icon name="Copy" />) to copy the token to your system clipboard. | ||
|
||
## 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 (<Icon name="CogWheel" />) in the bottom left corner. | ||
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens. | ||
3. Select the <GuiLabel>My Profile</GuiLabel> tab. | ||
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User details</GuiLabel>. | ||
5. Select <GuiLabel>Reset API token</GuiLabel>. A popup modal appears. | ||
6. Enter your account password in the modal and select <GuiLabel>Reset</GuiLabel> to reset your API token. The modal closes and a confirmation appears in the top right of the screen. | ||
7. Select the copy button (<Icon name="Copy" />) next to the <GuiLabel>API Token</GuiLabel> to copy the token to your system clipboard. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Blocklist API Authentication" | ||
description: "You need a bearer token to use the Blocklist API." | ||
slug: en/api/blocklist-api/authentication | ||
sidebar-position: 1 | ||
sidebar-label: Authentication | ||
--- | ||
|
||
You need a [bearer token](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) to use the Blocklist API. You can get this token in the Adjust dashboard by following the steps in this article. | ||
|
||
## 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. | ||
|
||
<Callout type="important"> | ||
|
||
If you've configured SSO, your API tokens aren't available in the Adjust dashboard. Reach out to your Adjust representative or [email protected] for help with API tokens. | ||
|
||
</Callout> | ||
|
||
Your Adjust API token is located in your **profile**. To find it, follow these steps: | ||
|
||
1. Select the settings icon (<Icon name="CogWheel" />) in the bottom left corner. | ||
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens. | ||
3. Select the <GuiLabel>My profile</GuiLabel> tab. | ||
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User Details</GuiLabel>. Select the copy button (<Icon name="Copy" />) to copy the token to your system clipboard. | ||
|
||
## 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 (<Icon name="CogWheel" />) in the bottom left corner. | ||
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens. | ||
3. Select the <GuiLabel>My Profile</GuiLabel> tab. | ||
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User details</GuiLabel>. | ||
5. Select <GuiLabel>Reset API token</GuiLabel>. A popup modal appears. | ||
6. Enter your account password in the modal and select <GuiLabel>Reset</GuiLabel> to reset your API token. The modal closes and a confirmation appears in the top right of the screen. | ||
7. Select the copy button (<Icon name="Copy" />) next to the <GuiLabel>API Token</GuiLabel> to copy the token to your system clipboard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "Campaign API Authentication" | ||
description: "You need a bearer token to use the Campaign API." | ||
slug: en/api/campaign-api/authentication | ||
sidebar-position: 1 | ||
sidebar-label: Authentication | ||
--- | ||
|
||
You need a [bearer token](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) to use the Campaign API. You can get this token in the Adjust dashboard by following the steps in this article. | ||
|
||
## 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. | ||
|
||
<Callout type="important"> | ||
|
||
If you've configured SSO, your API tokens aren't available in the Adjust dashboard. Reach out to your Adjust representative or [email protected] for help with API tokens. | ||
|
||
</Callout> | ||
|
||
Your Adjust API token is located in your **profile**. To find it, follow these steps: | ||
|
||
1. Select the settings icon (<Icon name="CogWheel" />) in the bottom left corner. | ||
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens. | ||
3. Select the <GuiLabel>My profile</GuiLabel> tab. | ||
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User Details</GuiLabel>. Select the copy button (<Icon name="Copy" />) to copy the token to your system clipboard. | ||
|
||
## 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 (<Icon name="CogWheel" />) in the bottom left corner. | ||
2. Select <GuiLabel>Account settings</GuiLabel>. Your account settings page opens. | ||
3. Select the <GuiLabel>My Profile</GuiLabel> tab. | ||
4. Your <GuiLabel>API Token</GuiLabel> is shown with your <GuiLabel>User details</GuiLabel>. | ||
5. Select <GuiLabel>Reset API token</GuiLabel>. A popup modal appears. | ||
6. Enter your account password in the modal and select <GuiLabel>Reset</GuiLabel> to reset your API token. The modal closes and a confirmation appears in the top right of the screen. | ||
7. Select the copy button (<Icon name="Copy" />) next to the <GuiLabel>API Token</GuiLabel> to copy the token to your system clipboard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
.../docs/en/api/partials/_Authentication.mdx → ...nt/docs/api/device-api/authentication.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.