Get an organization
Fetches a single organization by organizationId, or by its URL slug when starting from a URL — provide exactly one. The response includes currentMember, the caller’s own membership record with its role (null when the caller has no organization-level membership). Lookups by ID require organization membership; slug lookups additionally work for principals whose only access is a direct website editor grant in the organization, who receive only its ID, name, and URL slug. Inaccessible or deleted organizations return 404.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Query Parameters
Organization id. Provide either this or slug.
1Organization URL slug. Provide either this or organizationId.
Response
The requested organization with the caller’s membership.
- Option 1
- Option 2
Unique organization ID.
Display name.
Unique URL-safe identifier (lowercase letters, digits, and hyphens).
Logo URL, or null when unset.
Arbitrary key–value metadata attached to the organization. null when unset.
When the organization was created.
The calling principal’s own membership (role and join date), or null when the caller has no organization-level membership.