Skip to main content
GET
/
v1
/
orgs
/
active
List active organizations (platform-wide)
curl --request GET \
  --url https://{host}/v2/workspaces/slug:ai-governance-v2/webhooks/v1/orgs/active \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

Response

Active organizations.

items
object[]