cURL
curl --request GET \ --url https://functions.siro.ai/api-externalApi/v1/integrations/engagements \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "externalId": "<string>", "engagementType": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "organizationId": "<string>", "direction": "<string>", "subject": "<string>", "content": "<string>", "startTime": "<string>", "endTime": "<string>", "recordingId": "<string>", "opportunityId": "<string>", "accountId": "<string>", "account": "<unknown>", "engagementUsers": [ "<unknown>" ] } ], "cursor": "<string>", "pageSize": 123, "limit": 123, "total": 123, "hasNextPage": true }
Get engagements
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes