Authorizations
Query Parameters
Response
200 - application/json
curl --request GET \
--url https://messenger-public-api.cogfy.com/contacts/ \
--header 'api-key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"statusId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"waId": "<string>",
"waProfileName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"occupation": "<string>",
"gender": "<string>",
"birthDate": "2023-12-25",
"age": 123,
"notes": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateDate": "2023-11-07T05:31:56Z",
"cursors": {
"next": "<string>"
}
}
]
}curl --request GET \
--url https://messenger-public-api.cogfy.com/contacts/ \
--header 'api-key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"statusId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"waId": "<string>",
"waProfileName": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"phone": "<string>",
"occupation": "<string>",
"gender": "<string>",
"birthDate": "2023-12-25",
"age": 123,
"notes": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateDate": "2023-11-07T05:31:56Z",
"cursors": {
"next": "<string>"
}
}
]
}Show child attributes