Overview
The Organization API provides endpoints for tenants to manage organizations within their account. These endpoints require a tenant-specific API key for authentication.Available Endpoints
List Organizations
Retrieve a paginated list of organizations
Create Organization
Create a new organization
Get Organization
Retrieve a specific organization by ID
Update Organization
Update an existing organization
Delete Organization
Soft delete an organization (mark as inactive)
Update Organization Metadata
Update organization metadata with custom fields
Authentication
All Organization API endpoints require authentication using a tenant-specific API key in the format:Data Structures
Organization Object
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the organization |
| name | string | Organization name |
| string | Organization email address | |
| address | string | Street address |
| city | string | City |
| stateProvince | string | State or province |
| postalCode | string | Postal code or ZIP code |
| country | string | Country |
| phoneNumber | string | Contact phone number |
| tenantId | string | Tenant ID that the organization belongs to |
| timezone | string | Timezone (e.g., “America/New_York”) |
| createdAt | string | Creation timestamp (ISO 8601 format) |
| createdBy | string | ID of the user who created the organization |