Create Webhook
Authorization
apiKey x-api-key<token>
Your Chargeflow API key. Generate it in the Developer Hub under Settings.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/public/2025-04-01/webhooks" \ -H "Content-Type: application/json" \ -d '{ "event": "webhook.test", "url": "http://example.com" }'{ "success": true, "id": "string"}Was this page helpful?