List all webhooks

List all existing webhooks

{
  "webhooks": [
    {
      "cdate": "2016-01-01T12:00:00-00:00",
      "listid": "0",
      "name": "My Hook",
      "url": "http://example.com/my-hook",
      "events": [
        "subscribe",
        "unsubscribe",
        "sent"
      ],
      "sources": [
        "public",
        "system"
      ],
      "links": [],
      "id": "1",
      "headers": [
        {
          "name": "CUSTOM-SIGNATURE-NAME",
          "value": "secret",
          "is_signature": true
        },
        {
          "name": "CUSTOM-HEADER-NAME",
          "value": "customvalue",
          "is_signature": false
        },
      ]
    },
    {
      "cdate": "2016-01-01T12:00:00-00:00",
      "listid": "0",
      "name": "My Hook 2",
      "url": "http://example.com/my-hook-2",
      "events": [
        "subscribe"
      ],
      "sources": [
        "admin"
      ],
      "links": [],
      "id": "2",
      "headers": []
    },
  ],
  "meta": {
    "total": "2"
  }
}

Query Params
string

Filter by webhook name

string

Filter by webhook url

string

Filter by webhook's associated list

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json