Authentication

The Audata Promo API uses API keys for authentication. To create an API Key, you need to register your application in the Audata Promo web Administration panel, under "Development > Applications". Application API keys can either have full access, or read only.

It's recommended that you create a new Application (and API key) for each different service that will use the API.

Almost all data in Audata Promo is scoped by station (instance), so each API key will only have access. to data belonging to the station in which it was created. API keys do not have the same role-based permissions as Users and Groups, so take care when sharing them and do NOT store your keys in version control.

-H "Authorization: Bearer YOUR_API_KEY"