v1

latestOpenAPI 3.1.02026-07-2624070.9 KB

/webhooks/:id

get/webhooks/{id}

Path parameters

idinteger required

ID of a webhook

Response

200

idinteger
eventstring
urlstring

Example response

{
  "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"
  }
}