organizations

List organizations in the caller data-access scope

Paginated, searchable list of organizations the caller can access (self, own subtree, or delegated oversight). Parent orgs use this instead of admin directory endpoints.

get/v1/organizations/accessible

Query parameters

limitnumber

Number of results to return (1-1000). Use with offset for traditional pagination.

offsetnumber

Number of results to skip. Use with limit for traditional pagination.

page_sizenumber

Number of results per page (1-1000). Use with starting_after for cursor-based pagination.

starting_afterstring

Cursor for pagination. Use the ID of the last item from the previous page to get the next page. Use with page_size for cursor-based pagination.

searchstring

Search by organization name, slug, or exact org_ id

Headers

X-API-Keystring

API key

Response

Paginated list of accessible organizations

totalnumber required

Total number of matching organizations

limitnumber required

Limit used for pagination

offsetnumber required

Offset used for pagination

Example response

{
  "data": [
    {
      "createdAt": "2026-01-15T10:00:00Z",
      "updatedAt": "2026-01-15T10:00:00Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.