Skip to content

Recruitly Nova API

Recruitly is a recruitment CRM platform built for recruiting agencies. The Nova API gives you programmatic access to your entire recruitment workflow — candidates, jobs, companies, contacts, leads, opportunities, pipelines, placements, and more.

Base URL

https://api.recruitly.io/api/nova

All endpoints are relative to this base URL.

Quick Start

  1. Get your API key from your Recruitly account
  2. Pass the key as a ?apiKey= query parameter with every request
  3. Explore the interactive API reference to try endpoints directly

Response Format

Record

json
{ "success": true, "data": { ... } }

List

json
{ "success": true, "data": [...], "page": 0, "size": 20, "total": 142 }

Save

json
{ "success": true, "id": "record-id" }

Error

json
{ "error": true, "code": "NOT_FOUND", "message": "..." }

Pagination

ParameterDefaultDescription
page0Zero-based page number
size20Results per page (max 100)

Error Codes

CodeStatusDescription
UNAUTHORIZED401Invalid or missing API key
NOT_FOUND404Record not found
BAD_REQUEST400Invalid request
RATE_LIMITED429Rate limit exceeded
INTERNAL_ERROR500Server error

Recruitly — Recruitment CRM for Agencies