CNPJ.ws
Data Models

Error Messages

List of the error codes and messages that the CNPJ.ws API can return.

The API can return the following error codes:

CodeDescription
400Invalid request
401Unauthorized
403Access denied
404Not found
429Too many requests
500Internal error

Below is the standard JSON model:

{
  "status": 400,
  "title": "Invalid request",
  "details": "Invalid CNPJ",
  "validation": []
}