Error Handling

NOTO API follows the standard HTTP Status Codes

Status Code Categories

2xx Success

This category includes all status for a positive Response, meaning your Request is succesfully fullfilled.

4xx Client Error

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

5xx Server Error

When a status code belonging to 5xx category is returned, it means the server encountered some kind of error while processing your request.

If the error persist don't hesitate to contact our support

Last updated