Collective Audience open API
Collective Audience has opened an API that allows external application to retrieve some information.
#
Usage#
Allowed methodCurrently, the only action that is allowed is the READ action through HTTP GET
requests that return JSON responses. Initially, the API endpoints just give access to statistics.
The base url to access the API is https://data.collectiveaudience.co/api
#
SecurityAccess to Collective Audience API is protected by a personal API KEY that must be passed in every request as a query param ?api_key={YOUR_API_KEY}
. The access to and management of API keys depend on whether you want to access stats for a Managed account or a Self one.
#
Managed accountIf you are a Collective Audience customer but not handling your own account / creatives / campaigns, you can contact our team and ask for an API key in order to integrate it in your workflows.
#
Self accountIf you are managing your own account / creatives / campaigns
In your Collective Audience Account, you will be able to find a section in the settings to manage your API keys
Learn how to manage your API keys in the next page
#
EntitiesTo perform its mission, Collective Audience is managing some object/entities such as Accounts, Campaigns, Creatives, ...
A call to Collective Audience open API must include the name of the entities after the base url.
#
List items#
GET one item#
ProgressAlready developed enpoints cover :
#
General statsBased on these entities, Collective Audience is providing a route per entity to get statistics that are available in real-time. To use it, you just have to add /stats/
between /api/
and {entityName}