Skip to main content
GET
Returns the Organization details.

Authorizations

Authorization
string
header
required

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

Response

OK

The Organization object represents an organization in the system.

organization_id
string
required

The unique identifier of an Organization

Maximum string length: 29
Pattern: ^org_[a-zA-Z0-9]{25}$
Example:

"org_sjd823ndpaxy8223ndm0paq53"

name
string
required

The Organization's name.

Maximum string length: 256
Example:

"Totoy GmbH"

created_at
string<date-time>

Date-time of when the Organization was created, in ISO 8601 format

Example:

"2023-07-05T12:34:13Z"

updated_at
string<date-time>

Date-time of when the Organization was last modified, in ISO 8601 format

Example:

"2024-07-05T12:34:13Z"

limits
object | null

The usage limits of the Organization.

Example:
usage
object

The usage of the Organization.

Example:
status
enum<string>
default:active

Wether the Organization is active or suspended.

Available options:
active,
suspended
Example:

"active"