Query Registered Webhooks

Retrieve list of webhooks registered for the account

get

Returns a list of all the webhooks registered for your account.

Authorizations
Responses
200
The response body contains the requested results.
application/json
get
GET /v1/webhooks HTTP/1.1
Host: api.enzoic.com
Authorization: Bearer Base64(your_api_key:your_api_secret)
Accept: */*
200

The response body contains the requested results.

[
  {
    "webhookID": "5a3ae05132ffb96e664d4626",
    "url": "https://mywebhook.com",
    "key": "51000000000000000000000000000000",
    "secret": "51000000000000000000000000000000",
    "default": false
  }
]

Last updated

Was this helpful?