domain_handle field in the response is used as the Org-Handle header in subsequent API requests.
| Field | Type | Description |
|---|---|---|
| count | integer | Total number of organizations |
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | array | Array of organization objects |
| Field | Type | Description |
|---|---|---|
| id | integer | Unique organization identifier |
| name | string | Organization display name |
| domain_handle | string | Domain handle used as Org-Handle in API requests |
| created_at | string | Organization creation timestamp (ISO 8601) |
| Status Code | Description |
|---|---|
| 200 | Success - Request completed successfully |
| 400 | Bad Request - Invalid parameters provided |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Access denied to the resource |
| 404 | Not Found - Organization not found |
| 500 | Internal Server Error - Server-side error |
domain_handle from the response as the Org-Handle header in all subsequent requests