create Audience
POST {{baseUrl}}/2022-04/audiences
Create an Audience for an Advertiser
Request Body
{"data"=>{"attributes"=>{"name"=>"<string>", "advertiserId"=>"<string>", "description"=>"<string>"}, "type"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"1","type":"Audience"},"errors":[],"warnings":[{"traceId":"56ed4096-f96a-4944-8881-05468efe0ec9","type":"deprecation","code":"deprecated-field","instance":"/audiences/314195","title":"'nbValidIds' is deprecated","detail":"The field 'nbValidIds' is deprecated please use 'nbValidIdentifiers"}]}