v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Get all pipeline-based webhooks

get/pipelines/{pipelineKey}/webhooks

Path parameters

pipelineKeystring required

Pipeline key

Response

200

Example response

{
  "results": [
    {
      "event": "STAGE_CREATE",
      "targetUrl": "{targetUrl}",
      "pipelineKey": "agptYWlsCA9AkM",
      "userKey": "agptgID0Cgw",
      "key": "agptYIDA",
      "creationDate": 1458603027590,
      "lastSavedTimestamp": 1458603027599
    }
  ]
}