Skip to main content
GET
/
governance
/
organizations
List organizations for the current user
curl --request GET \
  --url https://api.example.com/governance/organizations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "alias": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Successful Response

Organizations the authenticated user belongs to (hub realm memberships).

data
OrganizationSummary · object[]
required

Organizations for the current user