Skip to main content

Creating A New Audience

A new audience can be created for a specific advertiser by making a POST call to the audience user list endpoint. The payload should specify the advertiser id as well as the name and description of the new audience.
The API will return a unique audience id associated with the newly created audience.
   

Deleting An Audience

An audience can be deleted by specifying the audience id in the URL path of a DELETE call to the audiences endpoint.
The API will not return a response message. A 204 HTTP status code will be returned to confirm that the audience has been deleted.    

Updating Audience Metadata

The audience name and description can be updated by making a PUT call to the audiences endpoint with a specific audience id in the URL path. The payload should include the updated name and description.
The API will not return a response message. A 204 HTTP status code will be returned to confirm that the audience data has been updated.