v1

latestOpenAPI 3.1.02026-07-224239180.9 KB
Organization

Get organization

Returns the organization associated with the authenticated token, including its scheduling defaults. No organization ID is accepted because the caller's organization is determined from authentication.

get/v1/organization

Response

Success

idstring required

Canonical organization ID (org_ followed by 32 lowercase hexadecimal UUID characters).

namestring required
domainstring required

Example response

{
  "id": "org_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}