POST
/
segment
/
contact
/
list?id=
{id}
curl --request POST \
  --url 'https://api.precallai.com/api/v1/segment/contact/list?id={id}' \
  --header 'x-api-key: <api-key>'
[
  {
    "first_name": "<string>",
    "last_name": "<string>",
    "email": "<string>",
    "description": "<string>",
    "phone": "<string>",
    "sync_by": "<string>",
    "id": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the contact to get audiences

Response

200
application/json
Contact audiences response
first_name
string

First name

last_name
string

Last name

email
string

Email

description
string

Description

phone
string

phone number

sync_by
string

Sync by

id
string

Id