cURL
curl --request GET \ --url https://api.ropes.ai/api/public/candidates \ --header 'x-api-key: <api-key>'
{ "candidates": [ { "name": "<string>", "email": "[email protected]", "createdAt": "2023-11-07T05:31:56Z", "identifier": "<string>", "notes": "<string>", "status": "Not Assigned" } ] }
Get all candidates for the authenticated organization
Successfully retrieved candidates
List of candidates
Show child attributes