Subscribe to Webhook Event
POST/webhooks/:action/subscriptions/
Subscribe the application to a specific webhook event. Use the event action name in the path (e.g. order.created).
Request
Responses
- 201
- 400
- 404
Subscription created successfully
Bad Request (e.g. subscription already exists)
Webhook event not found