---
title: "GET /papersign/folders/{id}/webhooks"
method: GET
path: "/papersign/folders/{id}/webhooks"
tags: ["Papersign Webhooks"]
---

# GET /papersign/folders/{id}/webhooks

`GET /papersign/folders/{id}/webhooks`

This endpoint returns webhooks for a Papersign folder.
Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing).

## Path parameters

- `id` number, required

## Response `200`

Successfully retrieved a list of webhooks for a Papersign folder.

- object
  - `status` 'ok'
  - `results` object
    - `webhooks` PapersignWebhook
      - `id` number — The ID of the webhook.
      - `target_url` string — The target URL for the webhook.
      - `scope` 'folder.direct_children' | 'folder.all_descendants' — The scope of the webhook.
      - `folder` PapersignFolder
        - `id` number — The unique identifier of the folder.
        - `name` string, required — The name of the document.
        - `parent_id` number, nullable — The unique identifier of the parent folder.
        - `space_id` number — The unique identifier of the space.
      - `triggers` string[] — The triggers for the webhook.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `422` — Validation Error
- `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)
