Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.ropes.ai/api/public/candidates/{identifier} \ --header 'x-api-key: <api-key>'
{ "candidate": { "name": "<string>", "email": "jsmith@example.com", "createdAt": "2023-11-07T05:31:56Z", "identifier": "<string>", "integrationSource": "<string>", "externalId": "<string>" } }
Get details for a specific candidate by identifier
The unique identifier of the candidate
Successfully retrieved candidate details
Candidate details
Show child attributes