Status Codes
A call of a REST endpoint returns a standard HTTP status code in the Response header.
| HTTP Status Code | Description |
|---|---|
|
|
The request was successfully completed. A 200 status is returned for a successful operation along with the response. |
|
|
The request could not be completed due to a validation error. This type of error is returned when required fields are missing or incorrectly formatted. The following are examples of validation issues:
|