Be Careful: The tools in our API Reference make real API calls that affect your production data.
API tokens provide unlimited access to your account. Do not share them, and do not use them in client-side code. They are intended for server-side use only.
Get your API token and Platform ID
- Navigate to your Reseller account
- Go to the Developers page in your Reseller account at admin.embedads.com
- Click the Create Token button
- Copy the API token and keep it secure: it provides unlimited access to your account
- Note your Platform ID (this numerical string uniquely identifies your Reseller account)
Make your first API call
Let’s make a call to get a list of your advertisers.- Go to the API reference page for GET /platforms/platformID/advertisers
- Within Authorization, set
AuthorizationtoBearer {your API token}(without the curly braces), using the API token you copied earlier - Within Path, set
platformIDto the one you made a note of earlier - Click the Send button to try out the call