Common error codes
Standard error envelope:{ error: { code, message } }
| Status | Code | Description |
|---|---|---|
| 400 | invalid_parameter | One or more request parameters are invalid. |
| 401 | unauthorized | Missing or invalid API key. |
| 403 | forbidden | Feature not available on current plan. |
| 403 | test_link_already_issued | Only one disposable public test link is allowed per endpoint family per IP. |
| 404 | not_found | Requested resource could not be found. |
| 404 | invalid_token | Public test token does not exist. |
| 429 | rate_limited | Per-minute burst rate limit exceeded. |
| 429 | quota_exceeded | Monthly request quota exceeded for the current plan. |
| 410 | token_used | Public test token was already consumed once. |
| 410 | token_expired | Public test token expired before use. |
| 500 | internal_error | Unexpected server-side failure. |