Skip to main content

Deliver Audience

Delivers an audience to the specified destination.

Every call to this endpoint consumes an API credit. If the delivery process fails, the credit will be refunded to the company automatically.

Getting Started

URL REQUEST (POST)
https://api.statsocial.com/platform/v0/audiences/{audience_id}/deliver
Data Example
{
"additional_info": "string",
"destination_id": "string",
"dmp": "string",
"file_name": "string",
"partner_id": "string",
"type": "string"
}

Successful return

return response example
{
"information": {
"version": "string"
},
"response": "string"
}