cURL
curl --request GET \ --url https://api.ropes.ai/api/public/candidates/email/{email} \ --header 'x-api-key: <api-key>'
{ "candidate": { "name": "<string>", "email": "[email protected]", "createdAt": "2023-11-07T05:31:56Z", "identifier": "<string>", "notes": "<string>", "status": "Not Assigned", "interviewIds": [ "<string>" ] } }
Get details for a specific candidate by email, including associated interview IDs
The email address of the candidate
Successfully retrieved candidate details with interviews
Candidate details with interviews
Show child attributes