cURL
curl --request GET \ --url https://your-instance.example.com/api/contact/list-generator \ --header 'Authorization: Bearer <token>'
{ "contacts": [ { "id": "<string>", "name": "<string>", "phoneNumber": "<string>", "email": "<string>", "status": "<string>", "pipelineStage": "<string>", "lastMessageDate": "2023-11-07T05:31:56Z", "messageCount": 123 } ], "total": 123, "page": 123, "limit": 123, "totalPages": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
JSON array
JSON object
x >= 1
all
answered
unanswered
Contacts returned
Show child attributes