cURL
curl --request GET \ --url https://api.ropes.ai/api/public/candidates/{identifier} \ --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" } }
Get details for a specific candidate by identifier
The unique identifier of the candidate
Successfully retrieved candidate details
Candidate details
Show child attributes