Skip to main content
GET
Get the current organisation

Authorizations

Authorization
string
header
required

Organisation-scoped admin API key (ok_…). Pass in the Authorization: Bearer <key> header. Used to manage projects and other organisation-level resources.

Response

Organisation and caller role.

Identifies the organisation and the caller’s role on that organisation.

organization
object
required

Top-level tenant. Owns one or more projects and is the security boundary for organisation API keys. Internal billing, usage counters, and identity-provider configuration are not exposed on the public API.

role
enum<string>
required

Role the calling key or session holds on the organisation.

Available options:
member,
admin,
owner