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: August 2026HR & PayrollNO MCP
API GRADE
B
VERIFIED AUG 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.
MCPNONENo official or dedicated community MCP server was found for Breezy HR. Only generic aggregator bridges from platforms like Pipedream expose its API to MCP clients. VERIFIED 2026-08
Supergood turns hard-to-integrate enterprise software into clean REST APIs and MCP tools: stable endpoints, normalized JSON, managed auth.

Frequently asked questions

Breezy HR scores B on Supergood's 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?