Skip to main content
GET
/
orgs
List Organizations
curl --request GET \
  --url https://api.example.com/orgs
{
  "organizations": [
    {
      "id": "<string>",
      "name": "<string>",
      "public_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "invite_mode": "<string>",
      "role": "owner",
      "member_count": 123,
      "node_count": 123,
      "root_node_id": "<string>"
    }
  ],
  "total": 123
}

Headers

authorization
string | null

Response

Successful Response

Response model for organization lists.

organizations
OrganizationResponse · object[]
required

List of organizations

total
integer
required

Total number of organizations