Error Codes
The Race Registration API uses standard HTTP response codes to indicate the success or failure of a request. 2xx codes indicate success; 4xx codes indicate a client-side error; 5xx codes indicate a server-side error.
| Code | Status | Description |
|---|---|---|
| 200 | Success | The request was processed successfully. |
| 401 | Unauthorized | Invalid or missing authentication token. Ensure you are sending a valid Bearer token. |
| 403 | Forbidden | Your credentials do not have access to the requested resource or funnel. |
| 422 | Validation Error | The request body failed validation. Check for missing required fields or invalid field values. |
| 500 | Internal Server Error | An unexpected error occurred on the server. Please try again later. |