API Status Codes

API Status Codes

Status Codes returned by the API:

Status Code                                  

Description

200 OK                                         

Operation was successful

400 Bad Request                           

The request was not in a correct form, or the posted data failed a validation test. Check the error returned to see what was wrong with the request.

403 Forbidden                               

Method authentication failed

404 Not found                                

Endpoint does not exist (eg using /Customer instead of /Customers)

405 Not allowed                             

The method used is not allowed (eg PUT, DELETE)

500 Internal Server Error                  

The object passed to the API could not be parsed or some unexpected error occurred in Cin7 Core while processing API request

503 Service Unavailable                  

You reached 60 calls per minute API limit

Was this article helpful?

Have more questions? Submit a request