/api/v1/endpoints
List all webhook endpoints for the authenticated account.
[
{
"id": "a1b2c3d4e5f6...",
"name": "stripe-payments",
"targetUrl": "https://example.com/hook",
"hasHmacSecret": true,
"hasTransformRules": false,
"hasTransformScript": false,
"transformScriptLanguage": "fsharp",
"forwardsPaused": false,
"forwardRateLimit": 10,
"pollingEnabled": false,
"mockEnabled": false,
"requestCount": 42,
"createdAt": "2026-01-15T10:00:00Z"
}
]