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 along with the response.

422 Validation Error

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:
  • Missing conversationId
  • Missing configId
  • Zero items in the conversations array
  • Incorrect field types
  • Invalid timestamp format