cURL
curl --request POST \ --url https://api.goyappr.com/tools/{id}/test \ --header 'Authorization: Bearer <token>'
{ "success": true, "status_code": 123, "payload_sent": {} }
Sends a sample payload to the tool’s webhook URL to verify it’s reachable.
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
ypr_live_...
Test result