Audiences

An audience is a group of contacts that can be targeted in the same campaign. The audiences and the contacts of the audiences are managed by the user through Audience API.

Audience endpoints are meant to control the audiences of the accounts.

Method: Query

Operation to query all audiences of the account.

URL /v1/audiences
Method Type GET
Authorization API Key
Request Content-Type JSON
Response Content-Type JSON

Headers

Name Type Description Status
X-Dexatel-Key string API key Required

Query parameters

Name Type Description Status
page_token string Token with the encoded pagination details Optional
page_size string Number of records to be retrieved Optional
filter[channel] string Filter audiences by channel (SMS, Viber, Whatsapp) Optional

Request Body

-empty-

Response Parameters

Name Type Description
data array

Details

(see data object below)
pagination object

Details

(see pagination object below)
data object
Name Type Description
id string Unique identifier of the audience
account_id string Unique identifier of the account
name string Name (unique identifier) of the audience
channel string Channel to which contacts belong. Possible values: SMS, VIBER WHATSAPP
create_date string Creation date of the audience in UTC, formatted as yyyyMM-dd HH:mm:ss
update_date string Update date of the audience in UTC, formatted as yyyyMM-dd HH:mm:ss
pagination object
Name Type Description
number integer Number of current page
size integer Items count in page
total integer Total count of items
links object

Details

(see links object below)
links object
Name Type Description
first string
current string
previous string
next string

Example of request body

GET: /v1/audiences
X-Dexatel-Key: 94d2f2f2884848bca861264ad86d8ace

Example of response body

status - 200

                
                        

Error Codes

The following error codes are returned in response to a user’s request which contains bad syntax or cannot be fulfilled.

Code Description
1301 Audience is not found
1302 Invalid audience identifier
1303 'data.audience' name is required
1304 'data.name' is invalid
1305 'data.name' is too long
1306 'data.channel' is missing
1307 'data.channel' should be in: [SMS, WHATSAPP, VIBER]
1308 'data.contacts' must be at most [10] items in length
1309 Audience already exists