curl --request GET \
--url https://api.example.com/v1/core/organizations \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"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
}
],
"teams": [
{
"id": "<string>",
"name": "<string>",
"coachUids": [
"<string>"
],
"memberUids": [
"<string>"
]
}
],
"adminUids": [
"<string>"
],
"betaFeatures": [
"<string>"
],
"consentNotRequired": true,
"dateCreated": "2023-11-07T05:31:56Z",
"disabled": true,
"name": "<string>",
"ownerUid": "<string>"
}
],
"cursor": "<string>"
}Get organizations
curl --request GET \
--url https://api.example.com/v1/core/organizations \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"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
}
],
"teams": [
{
"id": "<string>",
"name": "<string>",
"coachUids": [
"<string>"
],
"memberUids": [
"<string>"
]
}
],
"adminUids": [
"<string>"
],
"betaFeatures": [
"<string>"
],
"consentNotRequired": true,
"dateCreated": "2023-11-07T05:31:56Z",
"disabled": true,
"name": "<string>",
"ownerUid": "<string>"
}
],
"cursor": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Get organizations
Show child attributes
Organization ID
Integrations
Show child attributes
Integration ID
Name of this integration
External Account ID
Integration platform
MERGE, SIRO_CUSTOM_INPUT, SERVICE_TITAN, COMPANY_CAM, INGAGE, LEAD_PERFECTION, SPOTIO The date at which this integration was created. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
The date at which this integration was updated. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
The date at which this integration was deleted. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
If this integration is currently active
Admin IDs
Beta features
If consent is not required
The date at which this organization was created. Format: ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ss.sssZ). Example: 2024-06-13T04:00:00.592Z
If this organization is disabled
Name of this organization
Owner ID
Opaque cursor for pagination