Error Handling
NOTO API follows the standard HTTP Status Codes
Status Code Categories
If the error persist don't hesitate to contact our support
Last updated
This category includes all status for a positive Response, meaning your Request is succesfully fullfilled.
When a status code belonging to 4xx category is returned, it indicates that there some kind of error with the request.
For example:
400 Bad Request
401 Unauthorized (check you are using the api key correctly > Auth)
404 Not Found
429 Too many requests
When a status code belonging to 5xx category is returned, it means the server encountered some kind of error while processing your request.
Last updated