Skip to main content
Welcome to the AdsEra REST API! This guide will walk you through the authentication process required to make requests to our API. Follow these simple steps to generate your credentials and start building.

Generate API Credentials

Once logged in, navigate to the API settings section of your AdsEra panel to create your unique App Id and App Secret.

Authentication

All API endpoints are authenticated using a unique App Id and App Secret pair. These credentials must be included as custom headers in every API request you send.
Your App Id and App Secret can be generated from the API Settings section of your AdsEra panel. Keep them secure and do not share them publicly.
Here is the required format for the request headers:
# Required Headers for Every API Call

x-api-key: YOUR_APP_ID
x-api-secret: YOUR_APP_SECRET