Error Codes


The API must return the correct HTTP codes for each request.

Código Erro Descrição
200 OK Success!!
400 Bad Request The request has invalid parameter(s).
401 Unauthorized The access token has not been informed or does not have access to the APIs.
404 Not Found The informed feature in the request has not been found.
406 Unauthorized Access not authorized to the feature.
413 Request is to Large The request is exceeding the limit allowed for your access token profile.
422 Too many Requests The consumer has exceeded the limit of requests by time.
500 Internal Server Error Unexpected error, something is broken in the API.