Skip to main content
GET
/
instances
/
{id}
/
webhooks
List webhooks
curl --request GET \
  --url https://api.zapfy.io/v1/instances/{id}/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "01J9Z...",
      "url": "https://your-app.com/webhooks",
      "events": [],
      "enabled": true,
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Account token (zpfy_acct_...) — manages instances and webhooks.

Path Parameters

id
string
required

Instance ID.

Response

Instance webhooks.

data
object[]