cURL
curl --request GET \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/contacts \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "email": "jsmith@example.com", "phone": { "phoneNumber": "<string>", "phoneType": "mobile" }, "id": "<string>", "roles": [] } ]
Get all contacts attached to an organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?