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