Pagination
Paginated endpoints accept:
| Parameter | Default | Notes |
|---|---|---|
page | 1 | Minimum value is 1. |
limit | 50 | Maximum value is 100. |
Responses include meta.total, meta.page, meta.limit, and meta.totalPages.
Common Filters
Services support filters such as date range, unscheduled inclusion, customer email, and text search.
Customers support filters such as email, name, phone, and parent-customer status.
Errors
Common error responses include:
| Status | Meaning |
|---|---|
400 | Required field, malformed date, or invalid request body. |
401 | Missing or invalid API key. |
403 | The authenticated user or session lacks access. |
404 | Resource not found or not visible to the authenticated organization. |
500 | Unexpected server error. |
Error bodies usually include an error string and may include details for server-side diagnostics.

