Send a test webhook to verify endpoint configuration and webhook handling.
cURL
curl --request POST \ --url https://api.passentry.com/api/v1/webhook-subscriptions/{id}/test \ --header 'Authorization: Bearer <token>'
{ "message": "Test webhook sent" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Webhook subscription ID
Test webhook sent successfully
"Test webhook sent"
Was this page helpful?