Get Webhooks
The Get All Webhooks API allows you to retrieve all webhook registrations for a specific chargeflowId.
Authorization
apiKey x-api-key<token>
Your Chargeflow API key, sent on every request. Generate one in the Chargeflow App, or see API keys.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/public/2025-04-01/webhooks"{ "success": true, "data": [ { "id": "string", "event": "string", "url": "string" } ]}Was this page helpful?