Tenant entities. One organization per franchise location. Organizations can have a parent_organization_id for multi-franchise networks; parent-org reads require explicit grant from each child.
/api/v1/organizations/meReturns the organization tied to the API key making the request.
{
"id": "org_2k4n8q...",
"name": "PuroClean North Metro Atlanta",
"industry": "restoration",
"parent_organization_id": null,
"settings": { "timezone": "America/New_York" },
"created_at": "2025-09-12T14:23:01.418Z"
}/api/v1/organizationsReturns child organizations for parent-corp roll-up access. Requires admin-scope key on a parent organization.
/api/v1/organizationsCreate a new tenant under the calling parent organization. Returns the new organization id and an initial admin invite link.
/api/v1/organizations/{id}Update name, settings (timezone, retention overrides, integration toggles).
/api/v1/organizations/{id}/membersReturns members with their roles.
/api/v1/organizations/{id}/grantsA child organization can grant read-only access to its parent organization for network roll-up reporting.