Mode APIs use HTTP status codes to let you know the status of a request.
Error | badRequest |
---|
Message | Required parameters supplied are either missing or invalid. Check the error message in the response body for more details |
Details | A list of issues found in supplied JSON payload |
Error | unauthorized |
---|
Message | Unauthorized token. Check the error message in the response body for more details |
Error | forbidden |
---|
Message | Access to this resource is unauthorized |
Error | notFound |
---|
Message | The resource could not be found. Check the error message in the response body for more details |
Error | methodNotAllowed |
---|
Message | The HTTP method used is not allowed |
Error | unknown |
---|
Message | Unexpected Server Error |