Returns the Organization details.
Organization
Returns the Organization details.
GET
Returns the Organization details.
Authorizations
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.
The unique identifier of an Organization
Maximum string length:
29Pattern:
^org_[a-zA-Z0-9]{25}$Example:
"org_sjd823ndpaxy8223ndm0paq53"
The Organization's name.
Maximum string length:
256Example:
"Totoy GmbH"
Date-time of when the Organization was created, in ISO 8601 format
Example:
"2023-07-05T12:34:13Z"
Date-time of when the Organization was last modified, in ISO 8601 format
Example:
"2024-07-05T12:34:13Z"
The usage limits of the Organization.
Example:
The usage of the Organization.
Example:
Wether the Organization is active or suspended.
Available options:
active, suspended Example:
"active"