JsonCutDocs
V2 APIEndpointsWebhooks

List render webhook endpoints

List render webhook endpoints. Signed render lifecycle events with delivery inspection, testing and dead-letter replay. Required API key scopes: `renders:create`.

GET
/api/v2/webhooks

Authorization

apiKeyAuth

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/webhooks"
{  "success": true,  "data": [    {      "id": "webhook_01J",      "name": "Production callback",      "url": "https://example.com/jsoncut-events",      "eventTypes": [        "render.completed",        "render.failed"      ],      "active": true,      "createdAt": "2026-08-25T09:00:00.000Z",      "updatedAt": "2026-08-25T09:00:00.000Z"    }  ]}