GET
/
organization

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json

The Organization object represents an organization in the system.

organization_id
string
required

The unique identifier of an Organization

Maximum length: 29
name
string
required

The Organization's name.

Maximum length: 256
created_at
string

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

updated_at
string

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

limits
object | null

The usage limits of the Organization.

usage
object

The usage of the Organization.

status
enum<string>
default: active

Wether the Organization is active or suspended.

Available options:
active,
suspended