cURL
curl --request POST \ --url https://api.transmit.dev/v1/webhooks/{id}/test \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Send a test event to a webhook to verify it is configured correctly
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
Test webhook sent successfully
Test success status
Test result message