Zapier Integration
HiveRef Zapier Integration
HiveRef integrates with Zapier to automate your hiring workflows. Use the HiveRef Zapier app to trigger automations when reference checks are created or completed, and to generate pre-filled reference check wizard links from candidate data in other tools.
Section 1
Authentication
HiveRef uses API key authentication. Generate your API key from your HiveRef dashboard under Settings > API.
Include your key in every request using the Authorization header:
Authorization: Bearer YOUR_API_KEYWhere to find your API key
Sign in to HiveRef and navigate to Settings > API. You can generate and rotate your key from there. Keep it secure and never share it publicly.
Section 2
Endpoints
All endpoints use the base URL https://www.hiveref.com and require a valid API key.
https://www.hiveref.com/api/zapier/meDescription
Verifies your API key and returns your organisation details.
Response
{
"organisation_id": "string",
"organisation_name": "string",
"plan": "string"
}https://www.hiveref.com/api/zapier/hooksDescription
Subscribes a Zapier webhook to receive events when a reference check is created or completed.
Request body
{
"event_type": "check_completed" | "check_created",
"target_url": "string"
}Response
{
"id": "string",
"event_type": "string",
"target_url": "string",
"created_at": "string"
}https://www.hiveref.com/api/zapier/hooksDescription
Unsubscribes a webhook.
Request body
{
"id": "string"
}https://www.hiveref.com/api/zapier/prefillDescription
Generates a pre-filled HiveRef reference check wizard URL from candidate details.
Request body
{
"candidate_first_name": "string (required)",
"candidate_last_name": "string (required)",
"role_title": "string (required)",
"candidate_email": "string (required)"
}Response
{
"wizard_url": "string",
"candidate_name": "string",
"role_title": "string"
}Section 3
Trigger events
Subscribe to these events via the POST /api/zapier/hooks endpoint to receive webhook notifications.
check_completedFires when a reference check is completed and all referee responses have been collected.
Payload fields
idCheck IDcandidate_nameFull name of the candidatecandidate_emailCandidate email addressrole_titleRole being hired forcompleted_atISO timestamp of completionorganisation_idYour organisation IDreport_urlLink to the completed report in HiveRef
check_createdFires when a new reference check is created.
Payload fields
idCheck IDcandidate_nameFull name of the candidatecandidate_emailCandidate email addressrole_titleRole being hired forstatusInitial status (draft or invites_pending)created_atISO timestamp of creationorganisation_idYour organisation IDcheck_urlLink to the check in HiveRef
Ready to connect HiveRef to Zapier?
Generate your API key from your dashboard and connect HiveRef to thousands of apps in Zapier.