GET
/
v1
/
core
/
organizations
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/organizations
{
  "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.