Create interview, using position data & candidate pre-screening
POST
/job-interview-create-for-candidate-with-token
1.
2.
3.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/functions/v1/job-interview-create-for-candidate-with-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"position_name": "executive senior project manager",
"position_location": "remote",
"candidate_name": "John 2",
"candidate_email": "john@email.com",
"mojito_language_code": "en",
"location": "remote",
"candidate_resume": "I was working as a cleaner in multiple establishments like hotels, restaurants",
"position_country_code": "sk",
"candidate_country_code": "sk"
}'
Response Response Example
200 - Example 1
{
"status": "ai_accept",
"position_def_set_id": "40fc74dd-db38-47cb-9c6b-d2c631a697f8",
"interview_def_set_id": "44c18c93-d7fe-4bb0-9f50-e4958179f2e9",
"profile_interview_id": "8267200c-3a48-49f3-9559-b0178ddb8a5c",
"interview_url": "https://..."
}
Request
Body Params application/json