Catch and respond to invalid requests, authentication issues and more.
When using our API, it is crucial to anticipate and handle errors effectively.To aid in this process, our API utilizes a standardized format for returning error messages.These error responses provide detailed information on the nature of the error, by adhering to this format, developers can easily identify and resolve issues when they arise, improving the overall reliability and efficiency of the API integration.
Rated API’s errors will always be returned as JSON
Errors will always come in a dictionary containing a detail key and its value can be either a list of dictionaries or a string describing the error message.
Reason: Something went wrong on our side, these are rare. In case you need assistance contact us and provide the Request ID and we will gladly help you.