---
title: "GET /forms/{slug_or_id}/webhooks"
method: GET
path: "/forms/{slug_or_id}/webhooks"
tags: ["Webhooks"]
---

# GET /forms/{slug_or_id}/webhooks

`GET /forms/{slug_or_id}/webhooks`

This endpoint returns a list of webhooks for a form that are accessible by the authorized user.
Please note that this feature is exclusively available as part of the [Business API](https://paperform.co/pricing/).

## Path parameters

- `slug_or_id` string, required

## Query parameters

- `limit` integer
- `skip` integer
- `after_id` string
- `before_id` string
- `before_date` string, date-time
- `after_date` string, date-time
- `sort` 'ASC' | 'DESC'

## Response `200`

Successfully returned a list of webhooks for a form

- object
  - `status` 'ok'
  - `results` object
    - `webhooks` Webhook[]
      - `id` string, uuid — The id of the webhook.
      - `target_url` string, url — The url for the webhook.
      - `triggers` string[] — The triggers for the webhook.
      - `created_at` string, date-time — A formatted date-time string in your account timezone indicating the time the webhook was created.
      - `updated_at` string, date-time — A formatted date-time string in your account timezone indicating the time the webhook was last updated.
      - `account_timezone` string — The timezone of your account.
      - `created_at_utc` string, date-time — A formatted date-time string in UTC timezone indicating the time the webhook was created.
      - `updated_at_utc` string, date-time — A formatted date-time string in UTC timezone indicating the time the webhook was last updated.
  - `total` integer — The total number of items.
  - `has_more` boolean — Whether there are more items.
  - `limit` integer — The limit of items per page.
  - `skip` integer — The number of items to skip.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/paperform/apis/paperform-api.md) · [All operations](https://skmtc.net/paperform/apis/paperform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paperform/paperform-api/versions/dc1e62b7063d/schema)
