Send Test Webhook Event

Send a test webhook event for a subscription

Required OAuth 2.0 scope: application/webhooks:write

Path parameters

subscription_idstringRequired>=1 character<=100 characters
The unique identifier of the subscription.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
event_typeenumRequired
The event type to send.
Allowed values:

Response

Successful Response
message_idstring
The unique message identifier of the webhook event.

Errors