The API Report CardAPI Index
Breezy HR

Breezy HR API

Enterprise / HR / ERP · breezy.hr

Breezy HR publishes a self-serve public REST API (api.breezy.hr/v3) covering companies, positions, candidates, pipelines, and webhooks. Any account can mint a bearer token from the /signin endpoint; tokens expire after 30 days. Webhooks are signed with HMAC-SHA256.

Last verified: July 2026HR & Payroll
API GRADE
B
VERIFIED JUL 2026

SCORECARD

ExistenceGOODPublic REST API at developer.breezy.hr with base api.breezy.hr/v3, covering the core ATS object model.
AccessGOODSelf-serve: any account gets a bearer token from the /signin endpoint, no partner application or fee.
CoverageGOODCompanies, positions, candidates with documents and resumes, pipelines, users, and webhook management.
AuthGOODBearer tokens issued via /signin; they expire after 30 days, so integrations need a refresh routine.
Docs & DXGOODPublic docs portal at developer.breezy.hr; webhooks ship with HMAC-SHA256 signatures on x-hook-signature.
StabilityGOODVersioned v3 base path; webhook secrets are shown once at creation, so store them safely.
Supergood: Breezy HR shipped a real API. Most vendors don't; we ship near-native APIs for the rest.

Frequently asked questions

Breezy HR scores B on the API Report Card. Breezy HR publishes a self-serve public REST API (api.breezy.hr/v3) covering companies, positions, candidates, pipelines, and webhooks. Any account can mint a bearer token from the /signin endpoint; tokens expire after 30 days. Webhooks are signed with HMAC-SHA256.

Tried to integrate with Breezy HR?