Skip to content

Get current tenant

GET
/tenants/me

Returns metadata for the authenticated tenant. Required role: any.

Tenant found

Tenant information returned after creation or lookup.

object
email_verified
required

Whether the user’s email has been verified.

boolean
role
required

Role of the requesting user in this tenant.

string
short_name
required

Tenant short name.

string
tenant_id
required

Unique tenant identifier.

string format: uuid

Unauthorized

Tenant not found

Server error