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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Test result

success
boolean
status_code
integer
payload_sent
object

Exact payload delivered to the tool's webhook URL — mirrors the production shape described above. In test mode, call_metadata and call_variables are populated with illustrative example keys so downstream webhook platforms (Make, n8n, Zapier) can infer the nested shape during 'Determine data structure'.