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>",
    "email": "[email protected]",
    "id": 123,
    "tags": [
      "<string>"
    ],
    "custom_data": {},
    "first_name": "<string>",
    "last_name": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

timezone
string
required
Maximum string length: 45
email
string<email>
required
id
integer
required
tags
string[]
required
custom_data
Custom Data · object
first_name
string | null
Maximum string length: 63
last_name
string | null
Maximum string length: 63