cURL
curl --request PUT \ --url https://api.getversive.com/api/v1/interviews/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "completed" } '
{ "message": "Interview updated successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response