GET
/
v1
/
audience
/
contacts
contacts.index
curl --request GET \
  --url https://api.comm.com/api/v1/audience/contacts \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer | null
per_page
integer | null
date_from
string
date_to
string
sort_by
enum<string>
Available options:
date_created
sort_direction
enum<string>
Available options:
asc,
desc
search_ids
string<uuid>[]
with
enum<string>[]
numbers
string[]

Response

200
application/json

The response is of type object.