v1
latestOpenAPI 3.1.02026-07-1342112262.5 KBWebhooks
Send a test webhook event for a subscription
Send a test webhook event for a subscription
Required scope: application/webhooks:write
post/v1/webhooks/subscriptions/{subscription_id}/test
Path parameters
subscription_idstring required
The unique identifier of the subscription.
The unique identifier of the subscription.
Request body
Example request
{
"event_type": "payment.created"
}Response
Successful Response
Example response
{
"message_id": "msg_1srOrx2ZWZBpBUvZwXKQmoEYga2"
}