List Webhook Endpoints
List Webhook Endpoints
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/v1/webhooks
curl https://api.paypercut.io/v1/webhooks \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"items": [
{
"id": "string",
"name": "string",
"enabled_events": [
"string"
],
"status": "string",
"secret": "string",
"url": "string",
"created": "2026-04-03T12:46:07.666Z"
}
],
"last_key": "eyJsYXN0SWQiOiIzMTIxMDI2MWJjYzMzMDExYzVkMTE0ZTIwMTMiLCJ0dGwiOiIxNzU0MjIwODczIn0="
}
