curl --location '/contacts?after=&limit=&query=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"external_id": "string",
"phone": "string",
"name": "string",
"email": "user@example.com",
"tags": [
"string"
],
"custom_fields": {
"property1": "string",
"property2": "string"
},
"last_interaction_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"next_cursor": "string"
}
}