organization
Get the caller's organization
Returns a descriptor of the organization the API key belongs to: name, slug, id, active plan name. Organization management (rename, members, invitations) is deliberately not part of the public API: it is dashboard-only so an API key can never modify the organization that issued it.
get/organization
Response
OK
Example response
{
"$schema": "/api/v1/OrganizationDescriptorResponse.json"
}