List Webhooks

🚧

Endpoint Access Restricted

Company level webhooks are only available to companies on the Gourmet plan or higher.

If you are a partner with an OAuth Client, email [email protected] to request access to webhooks.

Sample Response

{
  "data": [
    {
      "id": 1,
      "company_id": 12345,
      "url": "https://webhook.site./7180ec566be24277bb73accd11351629/",
      "method": "post",
      "event": "schedule.published",
      "created": "2022-10-12T22:52:33Z",
      "modified": "2022-10-12T22:52:33Z"
    },
    {
      "id": 2,
      "company_id": 12345,
      "url": "https://webhook.site/7180ec566be24277bb73734973fbaa51/",
      "method": "post",
      "event": "payroll_period.closed",
      "created": "2022-10-12T22:52:38Z",
      "modified": "2022-10-12T22:52:38Z"
    },
  ],
  "meta": {
    "cursor": {
      "current": null,
      "prev": null,
      "next": null,
      "count": 2
    }
  },
  "object": "webhooks"
}
Language
Authorization
Click Try It! to start a request and see the response here!