Skip to content

Organizations API

Service: $client->organizations()

Read organization

$response = $client->organizations()->get($organizationId);
$organization = $response->data();

Route: GET /organizations/{organization}
Scope: organization:read

No strict Organization component model is defined because the OpenAPI file lacks an organization schema. Use data() and preserve unknown fields.