Health check
Errors
All errors return a consistent format:| Status | Description |
|---|---|
400 | Bad request — invalid input |
401 | Unauthorized — missing or invalid authentication |
403 | Forbidden — insufficient permissions or inactive tenant |
404 | Not found |
409 | Conflict — duplicate resource |
429 | Rate limited |
500 | Server error |
Rate limiting
Rate limits vary by plan. When exceeded, the API returns429 Too Many Requests. Retry after the delay indicated in the response.