latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Tenants
List tenants
Returns all tenants the calling user is a member of. Used by the console to populate the tenant switcher. With API key auth this is scoped to the key's tenant.
get/tenants
Response
Tenants accessible to the caller
Example response
[
{
"created_at": "2026-05-20T10:00:00Z",
"id": 7261845022003200000,
"name": "Acme",
"protected": true,
"updated_at": "2026-05-20T10:00:00Z"
}
]