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 GET \ --url https://preview.intermezzo.ai/contacts \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "id": "<string>", "email": "jsmith@example.com", "phone": { "phoneNumber": "<string>" }, "roles": [] } ]
Get all contacts available to the user with optional name filtering
Get token from Auth0 and paste it here
Filter contacts by name
Successful Response
Show child attributes
Was this page helpful?