Skip to main content
POST
Register a webhook

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string | null
Authorization
string | null
X-Workspace-Id
string | null

Body

application/json

Request body for creating a webhook.

posting_id
string
required

ID of the posting this webhook is for.

Example:

"13D77095"

webhook_url
string
required

Destination URL for webhook delivery.

Example:

"https://webhook.site/test"

event_type
string
required

Type of event that triggers the webhook: 'interview_completed', 'candidate_ingested', etc.

Example:

"interview_completed"

Response

Successful Response

data
WebhookResponse · object
required

A webhook configuration.

meta
Meta · object | null

Optional metadata. Shape varies by endpoint.