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
Organizations
Get organizations
Get organizations
GET
/
v1
/
core
/
organizations
Copy
Ask AI
curl --request GET \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations
Copy
Ask AI
{
"data": [
{
"id": "<string>",
"adminUids": [
"<string>"
],
"betaFeatures": [
"<string>"
],
"consentNotRequired": true,
"dateCreated": "2023-11-07T05:31:56Z",
"disabled": true,
"industries": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"integrations": [
{
"id": "<string>",
"name": "<string>",
"externalAccountId": "<string>",
"integrationPlatform": "MERGE",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"isActive": true
}
],
"name": "<string>",
"ownerUid": "<string>",
"teams": [
{
"id": "<string>",
"name": "<string>",
"coachUids": [
"<string>"
],
"memberUids": [
"<string>"
]
}
]
}
]
}
Response
200 - application/json
Get organizations
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations
Copy
Ask AI
{
"data": [
{
"id": "<string>",
"adminUids": [
"<string>"
],
"betaFeatures": [
"<string>"
],
"consentNotRequired": true,
"dateCreated": "2023-11-07T05:31:56Z",
"disabled": true,
"industries": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"integrations": [
{
"id": "<string>",
"name": "<string>",
"externalAccountId": "<string>",
"integrationPlatform": "MERGE",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"isActive": true
}
],
"name": "<string>",
"ownerUid": "<string>",
"teams": [
{
"id": "<string>",
"name": "<string>",
"coachUids": [
"<string>"
],
"memberUids": [
"<string>"
]
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.