Skip to main content

HTTP error codes

The Traede APIs uses the following error codes:

Error CodeMeaning
401Unauthorized -- Your access token is wrong
403Forbidden -- You do not have access to the requested resource
404Not Found -- The requested resource could not be found
405Method Not Allowed -- Invalid HTTP verb for route
422Validation error -- You need to change the data to the proper format
429Too Many Requests -- You're being rate limited.
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarially offline for maintanance. Please try again later.