Skip to main content
GET
Get an organization

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Query Parameters

organizationId
string

Organization id. Provide either this or slug.

Minimum string length: 1
slug
string

Organization URL slug. Provide either this or organizationId.

Response

The requested organization with the caller’s membership.

id
string
required

Unique organization ID.

name
string
required

Display name.

slug
string
required

Unique URL-safe identifier (lowercase letters, digits, and hyphens).

logo
string | null
required

Logo URL, or null when unset.

metadata
object | null
required

Arbitrary key–value metadata attached to the organization. null when unset.

createdAt
string<date-time>
required

When the organization was created.

currentMember
object | null
required

The calling principal’s own membership (role and join date), or null when the caller has no organization-level membership.