v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ApiPublic > WebhookSubscription

Reads all Webhook subscriptions

Reads all Webhook subscriptions

get/api/2026-07-01/resources/api_public/webhook_subscriptions

Query parameters

idstring

Identifier of the webhook subscription

Example:1

Identifier of the webhook subscription

company_idstring

Company identifier of the webhook subscription

Example:1

Company identifier of the webhook subscription

typestring

Type of the webhook subscription

Example:ats/job_posting/create

Type of the webhook subscription

enabledboolean

List only enabled webhook subscriptions

Example:true

List only enabled webhook subscriptions

Response

OK

Example response

{
  "data": [
    {
      "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"
    }
  ]
}