Webhooks

Get webhook details

get/webhooks/{webhookId}

Path parameters

webhookIdstring required

Response

Webhook details

successtrue required

Example response

{
  "data": {
    "id": "456"
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}

Changes