Complete the interview for a candidate aplication

With this endpoint a candidate can complete the campaign's interview. DISCLAIMER - Only text, short_text and multiple choice question types supported. No audio or image question type supported.

Path Params
integer
required

ID of the lead.

Body Params

The JSON body of the request.

string
required

The API key provided for your application

answers
array of objects
required
answers*
Responses
200

Candidate has been successfully updated.

400

Bad request. Please make sure that no invalid parameters were provided. || Please make sure all answers were provided.

404

Candidate not found.

500

Internal server error, we will provide you with the exception message of the application.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!