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

$schemastring uri

A URL to the JSON Schema for this object.

created_atstring date-time
idstring required
namestring required
plan_namestring
slugstring required

Example response

{
  "$schema": "/api/v1/OrganizationDescriptorResponse.json"
}

Changes