Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.flux.dev/v1/webhooks \ -H "Authorization: Bearer sk_live_..."
{ "data": [ { "id": "wh_abc123", "url": "https://api.yourapp.com/webhooks/flux", "events": ["order.completed", "user.signup"], "status": "active", "created": "2024-01-10T08:00:00Z" }, { "id": "wh_def456", "url": "https://api.yourapp.com/analytics", "events": ["*"], "status": "active", "created": "2024-01-05T12:30:00Z" } ], "hasMore": false }
Retrieve all configured webhooks