Core
- Mobile Events
- OAuth Apps and Tokens
- Org-Scoped Tokens
- Integration Connections
- Organizations
- Recordings
- Teams
- Users
Integrations
- Integrations intro
- Accounts
- Opportunities
- Engagements
Introspection
Audit logs
Accounts
Get accounts
Get accounts
GET
/
v1
/
integrations
/
accounts
Copy
Ask AI
curl --request GET \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/accounts
Copy
Ask AI
[
{
"id": "<string>",
"externalId": "<string>",
"latitude": 123,
"longitude": 123,
"addresses": [
"<any>"
],
"name": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
Response
200 - application/json
Get accounts
The response is of type object[]
.
Copy
Ask AI
curl --request GET \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/accounts
Copy
Ask AI
[
{
"id": "<string>",
"externalId": "<string>",
"latitude": 123,
"longitude": 123,
"addresses": [
"<any>"
],
"name": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
Assistant
Responses are generated using AI and may contain mistakes.