curl --request GET \
--url https://preview.intermezzo.ai/contacts \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"id": "<string>",
"email": "jsmith@example.com",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
]Get all contacts available to the user with optional name filtering
curl --request GET \
--url https://preview.intermezzo.ai/contacts \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"id": "<string>",
"email": "jsmith@example.com",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}
]Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?