Response Code List
Code | Message | ||
---|---|---|---|
200 | The request was successfully processed | ||
204 | The request was successfully processed and there is no content in the response payload body | ||
400 | Bad request. Input is invalid and should be changed before resubmitting the request | ||
401 | Unauthorised. The request lacks valid credentials for the target resource | ||
429 | Too many requests. The request will not be processed as the rate limit has been reached. It can be retried later | ||
500 | Internal server error or malformed request |