Error Handling
Error Handling
Cutwise API standard HTTP Status Codes for its responses. You can find some additional information here
Authentification Errors
Response for incorrect authentification requests looks like this:
{"error":"invalid_client","error_description":"The client credentials are invalid"}
Common Error Handling
If something goes wrong you will receive response body with following structure:
{"error": ["error message", "another error message"]}
where error
is array of error messages