cURL
curl --request PATCH \ --url https://hireloam.com/api/v1/candidates/{candidateId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "linkedin_url": "https://linkedin.com/in/janesmith", "years_experience": 8 } '
{ "candidate": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "full_name": "<string>", "primary_email": "[email protected]", "linkedin_url": "<string>", "website_url": "<string>", "github_url": "<string>", "years_experience": 123, "university": "<string>" } }
Update a candidate’s profile fields. Adding a LinkedIn URL triggers AI profile processing.
API key from Settings > API Keys
The candidate ID
Candidate updated
Show child attributes
Was this page helpful?