cURL
curl --request POST \ --url https://api.allcovered.xyz/v1/webhooks/{id}/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "event_type": "payable.paid" } '
{ "data": { "success": true, "message_id": "<string>" } }
Send a test event to a webhook endpoint
API key from StableBase dashboard
Resource ID
Event type to simulate
Test event sent
Show child attributes