Create Webhook
Webhook Management
Create Webhook
Create a new webhook endpoint to receive notifications for specific events.
POST
Create Webhook
Create a new webhook endpoint to receive notifications for specific events.
Body Parameters
The URL where notifications will be sent.
List of event types to subscribe to (e.g.,
["order.paid", "order.failed"]).(Optional) Set to
true to enable the webhook immediately (Default: true).Sample Request
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
200
Webhook created successfully

