Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

Response

The organization.

id
string
required
name
string
required
slug
string
required
isPersonal
boolean
required
billingStatus
enum<string>
required
Available options:
unpaid,
active,
past_due,
canceled
createdAt
string<date-time>