v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Webhooks

List Webhook Callbacks

List callbacks for a given company

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage company resources (company_admin)View webhooks (webhook:read)Manage webhooks (webhook:write)
get/v1/companies/{company_id}/webhook-callbacks

Path parameters

company_idstring required

Company ID

Response

Success

Example response

{
  "data": [
    {
      "id": "0073fcb5-b669-4e4a-b963-2a47744e75a1",
      "subscribed_events": [
        "employment.onboarding_task.completed"
      ],
      "url": "https://example.com/callback"
    }
  ]
}