Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{server-url}/chat/findContacts/{instance} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "where": { "id": "<string>" } } '
This response has no body data.
Find all contacts or just one from ID
Your authorization key header
ID of the instance to connect
Show child attributes