Response code list
There are different HTTP response code from the API:
200: the API call is processed successfully. The response data is a JSON object.400: there are errors when processing the request401: the access token is missing or invalid403: the current user does not have sufficient privilege to call the current API419: the current API is called with an incorrect method. For example, you send aPOSTrequest to an endpoint that only acceptsGETrequests.422: the input data is not valid. The validation errors is returned in the body5xx: there are errors in Resales Online servers3xx: theContent-Typemay be missing and the current request is not processed successfully