The Audata Promo API uses API keys for authentication. To generate an API key, you must first register your application in the Audata Promo Administration panel under Development > Applications. API keys can be configured with either full access or read-only permissions.
If your use case involves querying data for a single station at a time, it is recommended to create a separate API application for each service, scoped only to the relevant station.
If you need to query data across multiple stations, you should instead create a single V2 application to generate an API key for the service and assign all required stations to that application using the station selector.
While most data in Audata Promo is scoped to individual stations (instances), the V2 API supports access to multiple stations within an organisation using a single API key. If an application is not configured with multiple stations, it will only return data from the station in which it was created.
API keys do not inherit role-based permissions like Users or Groups. As such, they should be handled securely, avoid sharing them unnecessarily and never store them in version control.
-H "Authorization: Bearer YOUR_API_KEY"