Status Codes

A call of a REST endpoint returns a standard HTTP status code in the Response header.

HTTP Status Code Description

200 OK

The request was successfully completed. A 200 status is returned for a successful operation.

400 Bad Request

The request could not be processed because it contains missing or invalid information (such as, a validation error on an input field, a missing required value, and so on).

500 Internal Server Error

The server encountered an unexpected condition that prevented it from fulfilling the request.