SignWell · Example Payload

Listwebhooks

List all the webhooks in the account.

Webhooks

Listwebhooks is an example object payload from SignWell, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "listWebhooks",
  "method": "GET",
  "path": "/api/v1/hooks",
  "summary": "List Webhooks",
  "description": "List all the webhooks in the account.",
  "tags": [
    "Webhooks"
  ],
  "parameters": []
}