Core
- Mobile Events
- OAuth Apps and Tokens
- Org-Scoped Tokens
- Integration Connections
- Organizations
- Recordings
- Teams
- Users
Integrations
Introspection
Audit logs
Opportunities
Get an opportunity
Get an opportunity
GET
/
v1
/
integrations
/
opportunities
/
{id}
Copy
Ask AI
curl --request GET \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/opportunities/{id}
Copy
Ask AI
{
"id": "<string>",
"externalId": "<string>",
"name": "<string>",
"amount": 123,
"closedAt": "<string>",
"disposition": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"recordingId": "<string>",
"accountId": "<string>",
"organizationId": "<string>",
"account": "<any>",
"opportunityUsers": [
"<any>"
]
}
Path Parameters
Response
200 - application/json
Get an opportunity
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/opportunities/{id}
Copy
Ask AI
{
"id": "<string>",
"externalId": "<string>",
"name": "<string>",
"amount": 123,
"closedAt": "<string>",
"disposition": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"recordingId": "<string>",
"accountId": "<string>",
"organizationId": "<string>",
"account": "<any>",
"opportunityUsers": [
"<any>"
]
}
Assistant
Responses are generated using AI and may contain mistakes.