post https://recruiter.classet.org/v1/calls
Endpoint for customers to register a call.
Log in to see full request history
Responses
Endpoint for customers to register a call.
xxxxxxxxxx
curl --request POST \
--url https://recruiter.classet.org/v1/calls \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"call_id": "call_1234567890",
"candidate_id": "EX1234567890"
}