cURL
curl --request GET \ --url https://hireloam.com/api/v1/candidates/search \ --header 'Authorization: Bearer <token>'
{ "applications": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "stage_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "source_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "candidate": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "full_name": "<string>", "primary_email": "[email protected]", "linkedin_url": "<string>" }, "stage": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "order_index": 123 }, "job": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>" } } ], "query": "<string>", "count": 123 }
Search for candidates by name or email across all applications.
API key from Settings > API Keys
Search query (name or email, minimum 2 characters)
2
Limit search to a specific job
Maximum number of results (default 20, max 50)
1 <= x <= 50
Search results
Show child attributes
Was this page helpful?