New Chargeflow docs. Everything for merchants, platforms, and the API in one place.
Legacy (2024-03-18)Merchants APIWebhooks Management

Get All Webhooks

GET
/public/2024-03-18/webhooks
x-api-key<token>

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

In: header

Response Body

application/json

curl -X GET "https://example.com/public/2024-03-18/webhooks"
{  "success": true,  "data": [    {      "id": "string",      "event": "webhook.test",      "url": "string",      "active": true,      "version": "string"    }  ]}
Was this page helpful?