Webhook

List webhooks

Retrieves a list of webhooks wrapped in the element "results".

get/v3/webhooks

Response

OK

Example response

{
  "results": [
    {
      "webhook-response": {
        "webhook_id": "01234567890ABCD"
      },
      "webhook-request": {
        "label": "Test webhook",
        "method": "POST",
        "target": "http://localhost:9999"
      }
    }
  ]
}

Changes