cURL
curl --request POST \ --url https://{server-url}/chat/findContacts/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data '{ "where": { "id": "<string>" } }'
Here it is possible to list all contacts or just one,using the ‘where’ option.
Your authorization key header
Name instance
Show child attributes