Organization
Returns the Organization details.
GET
/
organization
Authorizations
Authorization
string
headerrequiredBearer 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
requiredThe unique identifier of an Organization
Maximum length:
29
name
string
requiredThe 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: activeWether the Organization
is active or suspended.
Available options:
active
, suspended