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 PATCH \ --url https://preview.intermezzo.ai/contacts/{contact_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "name": "<string>", "id": "<string>", "email": "jsmith@example.com", "phone": { "phoneNumber": "<string>" }, "roles": [] }
Update contact
Get token from Auth0 and paste it here
Show child attributes
Successful Response
Was this page helpful?