Skip to main content
GET
/
v1
/
core
/
organizations
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Get organizations

data
object[]
required
cursor
string | null
required

Opaque cursor for pagination