Webhooks

List webhooks

Get all configured webhook endpoints

get/webhooks

Response

List of webhooks

successtrue required

Example response

{
  "data": {
    "webhooks": [
      {
        "id": "456"
      }
    ]
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}

Changes