post https://api.paradox.ai/api/v1/public/candidates
Create a new candidate
Log in to see full request history
Responses
Create a new candidate
xxxxxxxxxx
13curl --request POST \
--url https://api.paradox.ai/api/v1/public/candidates \
--header 'Authorization: Bearer <oauth_token>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"talent_community": false,
"language_preference": "en",
"use_application_id_for_identity": false,
"use_paradox_status_map": false
}
'
Try It!
to start a request and see the response here! Or choose an example: