Status codes

The Numeral API returns the following status codes:

CodeDescription
200 - OKEverything worked as expected.
400 - Bad RequestThe request could not be accepted, due to missing or incorrect parameters.
401 - UnauthorizedNo valid API key or no API key was provided.
403 - ForbiddenThe API key does not have the necessary permissions to perform the request.
404 - Not FoundThe requested resource could be not found.
409 - ConflictThe request failed due to the current state of the ressource.
415 - Unsupported Media TypeThe provided Content-Type header is not supported for a given route.
429 - Too Many RequestsToo many requests were received. We recommend spacing requests increasing the interval between your requests, for instance using an exponential backoff.
500 - Internal Server ErrorThe Numeral API experienced an internal server error. Our team has been notified and is working to fix it.