Skip to content

Send a test event

Request

Synchronously deliver a test.ping event to the endpoint and return the result. Does not count toward auto-disable, and is intentionally NOT idempotency-keyed (safe to repeat).

Security
ApiKeyAuth
Path
idstringrequired
curl -i -X POST \
  'https://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}/test' \
  -H 'Authorization: Bearer <YOUR_API Key_HERE>'

Responses

Test delivery result

Bodyapplication/json
dataobject
Response
{ "data": { "success": true, "statusCode": 0, "error": "string", "responseTimeMs": 0, "eventId": "string" } }