cURL
curl --request POST \ --url https://api.ledger.so/v1/webhooks/{webhookId}/test \ --header 'Api-Key: <api-key>'
{ "object": "test_sent", "success": true, "message": "<string>", "payload": {} }
Send a test event to a webhook endpoint to verify it’s receiving events correctly.
API key for authentication. Get your key from the Dashboard.
The webhook endpoint ID
Test event sent
test_sent