v1

latestOpenAPI 3.0.22026-07-146168117.0 KB
Papersign Webhooks

This endpoint returns webhooks for a Papersign folder. Please note that this feature is exclusively available as part of the Papersign API.

get/papersign/folders/{id}/webhooks

Path parameters

idnumber required

The ID of the Papersign folder.

Response

Successfully retrieved a list of webhooks for a Papersign folder.

status'ok'

Example response

{
  "results": {
    "webhooks": {
      "target_url": "https://example.com/webhook",
      "scope": "folder.direct_children",
      "folder": {
        "id": 9999,
        "name": "My Document",
        "parent_id": 9999,
        "space_id": 8888
      },
      "triggers": [
        "document.completed",
        "document.cancelled"
      ]
    }
  }
}