<- Webhook Subscriptions API

Webhook Subscriptions API

Test webhook subscription

POST

 /v2/webhooks/subscriptions/{subscription_id}/test

Tests a webhook subscription by sending a test event to the notification URL.

Try in API Explorer
Link to section

Path parameters

Example code

Link to section

subscription_id

string

Required

Link to section

Request body

Link to section

event_type

string

The event type that will be used to test the Subscription. The event type must be contained in the list of event types in the Subscription.

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Link to section

subscription_test_result