v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Get a webhook by key

get/webhooks/{webhookKey}

Path parameters

webhookKeystring required

Webhook key

Response

200

eventstring
targetUrlstring
pipelineKeystring
userKeystring
keystring
creationDateinteger
lastSavedTimestampinteger

Example response

{
  "event": "TASK_CREATE",
  "targetUrl": "https://hooks.catchme.com/",
  "pipelineKey": "agxzfm1hZaXCgw",
  "userKey": "agxAgLUKDA",
  "key": "sYgICIv9QoM",
  "creationDate": 1507226274178,
  "lastSavedTimestamp": 1507226274203
}