POST
/
assessments
/
start
/

Headers

auth
string
required

The auth token of the user. It is used to authenticate the user.

Content-Type
string

The content type of the request. It is used to determine the type of data being sent.

Path Parameters

hash
string
required

The conversation id of the assessment. It is used to identify the assessment.

Body

application/json · object

The request body must contain this key-value pair

{
  "start_assessment": true
}

Response

200 - application/json

The response is of type object.