Webhooks
Test webhook
Trigger a test against your webhook.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Data to inject into event.data. When the webhook will be triggered the event will have this data.
Response
200
application/json
Sales tax registration response
Example:
"Successfully triggered webhook."