Appearance
Authentication
All API requests require authentication via an API key. Each key is tied to a specific user and tenant — all actions are performed in the context of that user's permissions.
Obtaining an API Key
- Log in to your Recruitly account
- Navigate to My Profile → API Keys
- Click "Generate New Key"
- Copy the key immediately — it is only shown once

WARNING
Keep your API keys private. Do not share them publicly or commit them to source control. If a key is compromised, disable it immediately and generate a new one.
Usage
Pass your API key as a query parameter with every request:
GET https://api.recruitly.io/api/nova/candidates/search?apiKey=YOUR_API_KEYError Responses
| Status | Meaning |
|---|---|
401 Unauthorized | API key is missing, invalid, or disabled |
403 Forbidden | API key does not have permission for this action |
404 Not Found | The requested record does not exist |
429 Too Many Requests | Rate limit or usage limit exceeded |