v1

latestOpenAPI 3.1.02026-07-2624070.9 KB

/webhooks

get/webhooks

Response

200

countinteger
startinteger
limitinteger

Example response

{
  "webhooks": [
    {
      "id": 1,
      "event": "subscriber.create",
      "url": "https://requestb.in/1dt2ugd1",
      "created_at": {
        "date": "2017-05-08 12:13:35.000000",
        "timezone_type": 3,
        "timezone": "UTC"
      },
      "updated_at": {
        "date": "2017-05-25 12:39:16.000000",
        "timezone_type": 3,
        "timezone": "UTC"
      }
    }
  ],
  "count": 2,
  "limit": 100
}