curl -X GET 'https://api.anyformat.ai/v2/webhooks/' \ -H 'Authorization: Bearer YOUR_API_KEY'
[ { "id": "wh_1234567890", "url": "https://your-server.com/webhooks/anyformat", "events": ["extraction.completed", "extraction.failed"], "is_active": true, "created_at": "2024-03-24T12:00:00.000Z" } ]
List all active webhook subscriptions
secret
Successful Response