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
Copy
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.