v1
latestOpenAPI 3.1.02026-08-0413468163.9 KBv1-orgs
List Orgs
List all organizations the current user is a member of.
Lightweight endpoint for org switcher - returns basic info without permissions. Call GET /v1/orgs/{org_id} to get full details for a specific org.
Returns: List of organizations with basic info and user's role
Example response: [ { "org_id": "...", "name": "Acme Corp", "role": "owner", "joined_at": "2025-01-01T00:00:00Z" } ]
get/v1/orgs
Response
Successful Response
{"stackTrail":"paths:/v1/orgs:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}