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.

CodeStatusDescription
200SuccessThe request was processed successfully.
401UnauthorizedInvalid or missing authentication token. Ensure you are sending a valid Bearer token.
403ForbiddenYour credentials do not have access to the requested resource or funnel.
422Validation ErrorThe request body failed validation. Check for missing required fields or invalid field values.
500Internal Server ErrorAn unexpected error occurred on the server. Please try again later.