Retrieve a Webhook Endpoint

Retrieves the webhook endpoint with the given Id

Path Parameters
  • id
    Type: string
    max length:  
    5000
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/v1/webhooks/{id}
curl 'https://api.paypercut.io/v1/webhooks/{id}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "string",
  "name": "string",
  "enabled_events": [
    "string"
  ],
  "status": "string",
  "secret": "string",
  "url": "string",
  "created": "2026-04-17T20:01:58.674Z"
}