Skip to main content
GET
/
api
/
v1
/
contacts
Fetch Organisation Contacts Api
curl --request GET \
  --url https://services.meetchase.ai/api/v1/contacts \
  --header 'X-API-Key: <api-key>'
[
  {
    "timezone": "<string>",
    "id": 123,
    "first_name": "<string>",
    "last_name": "<string>",
    "custom_data": {},
    "email": "<string>",
    "tags": [
      "<string>"
    ],
    "dnc": true
  }
]

Authorizations

X-API-Key
string
header
required

Key used to authenticate user API requests.

Response

200 - application/json

Successful Response

timezone
string
required
Required string length: 1 - 45
id
integer
required
first_name
string | null
required
last_name
string | null
required
custom_data
Custom Data · object
required
email
string
required
tags
string[]
required
dnc
boolean
required