POST
/
api
/
v1
/
webhook-subscriptions
/
{id}
/
test
Test Webhook Subscription
curl --request POST \
  --url https://api.passentry.com/api/v1/webhook-subscriptions/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "message": "Test webhook sent"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Webhook subscription ID

Response

200
application/json

Test webhook sent successfully

The response is of type object.