Skip to main content

Return Codes

The MSP API for Business return codes are unique status codes designed specifically to capture the status of your API call and provide information about the reason for failure if the call is unsuccessful. The following tables introduce the recommended error handling methods, example error messages, and main causes for common error codes.

Return for successful calls

CodeDescription
0Successful

** Return for unsuccessful calls**

CodeDescription
403Permission denied
4031Not login
4033Invalid access token
4034Rate limit exceeded
-1Unknown error