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
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}/test
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/webhook-endpoints/{id}/test
curl -i -X POST \
'https://api.pioneerft.com/api/public/v1/webhook-endpoints/{id}/test' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
{ "data": { "success": true, "statusCode": 0, "error": "string", "responseTimeMs": 0, "eventId": "string" } }