Create Webhook
Create a new webhook.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The details required to create a webhook.
Clear description on the webhook use case.
Example:
"Checkout Callback"
Full url of the webhook.
Example:
"https://my-checkout.com/callback"
List of events to attach to the webhook.