v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBApiPublic > WebhookSubscription
Creates a Webhook subscription
Creates a Webhook subscription
post/api/2026-07-01/resources/api_public/webhook_subscriptions
Request body
Example request
{
"subscription_type": "ats/job_posting/create",
"target_url": "https://webhook.site/",
"name": "Webhook subscription of a job posting created",
"challenge": "2bca4e6d-9aaf-4f11-9e5d",
"company_id": "1",
"enabled": true
}Response
CREATED
Example response
{
"id": "1",
"target_url": "https://webhook.site/",
"type": "ats/job_posting/create",
"company_id": "1",
"name": "Webhook subscription of a job posting created",
"challenge": "2bca4e6d-9aaf-4f11-9e5d",
"enabled": true,
"api_version": "2026-07-01"
}