cURL
curl --request POST \ --url https://hireloam.com/api/v1/sourcing/prospects/{prospectId}/convert \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "job_id": "550e8400-e29b-41d4-a716-446655440000" } '
{ "conversion": { "application_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "candidate_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Convert a sourcing prospect into a candidate with an application on a specific job. Places them in the first post-Inbox stage by default.
API key from Settings > API Keys
The job to create the application for
Optional specific stage to place the candidate in
Prospect converted
Show child attributes
Was this page helpful?