HTTP Status Codes
Please note the following HTTP status codes returned from the REST endpoints:
Status Code | Description | Examples |
---|---|---|
200 | Request has been processed successfully. |
|
400 | The request cannot be processed. |
|
401 | Required Authorization has not been successful |
|
403 | Authorization is provided and valid, but the called method requires additional permissions |
|
404 | Main resource for request could not be found or is not accessible |
|
500 | Generic server errors | Depending Service is not available |