Rensei docs

List the organizations (workspaces) the authenticated principal belongs to.

List the organizations (workspaces) the authenticated principal belongs to. - Rensei REST API operation reference.

GET
/api/org/list

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/org/list"
{
  "orgs": [
    {
      "id": "string",
      "name": "string",
      "slug": "string",
      "role": "owner"
    }
  ],
  "activeOrgId": "string"
}
Empty
Empty
Empty