API keys on AdManage allow you to access your organization programmatically. This is useful for integrating AdManage into your application or with other tools and services.

Each API key is tied to a specific organization – meaning you can use it to access that organization’s resources without having to worry about “leaking” access to other organizations.

API keys on AdManage follow the format:

.env
ADMANAGE_API_KEY=ak_xxxxxxxx

By default, you can use this key to perform any API request without restriction, so it must be stored securely in your app’s server-side code (such as in an environment variable or credential management system). Don’t expose this key on a website.

Create an API key

You can create an API key by following these steps:

1

Go to your organization

Go to the API Keys Page

2

Create an API Key

Click on the Create API Key button to create the key. Make sure to copy your API key

3

Use your API Key

Now that you have your API key, you can use it to access your organization’s resources programmatically via any API request as a bearer token.

Authorization: Bearer ak_xxxx