Organization

Get organization details

Retrieves information about the organization associated with the provided API token

SecurityApiKeyAuth
Responses
200

The organization details

400

Invalid value extracted from request context

404

An entity in this request could not be found

500

Internal failure during request processing

get/v1/organization
Request samples
Response samples
application/json
{
  • "data": {
    • "id": "e9609fa9-efff-4fdc-a7ef-dd335f33c5f6",
    • "name": "Example Organization",
    • "subdomain": "example-org",
    • "status": "Active"
    }
}