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/organizations/{organization_id}/worksites/{worksite_id}/contacts \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "id": "<string>", "email": "jsmith@example.com", "phone": { "phoneNumber": "<string>" }, "roles": [] } ]
Get all contacts attached to a worksite
Get token from Auth0 and paste it here
Successful Response
Show child attributes
Was this page helpful?