Skip to main content
POST
/
tools
/
{id}
/
test
Test tool webhook
curl --request POST \
  --url https://api.goyappr.com/tools/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status_code": 123,
  "payload_sent": {}
}

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Test result

success
boolean
status_code
integer
payload_sent
object