Create a webhook registration
Webhooks API
Register a Webhook
POST
Create a webhook registration
Authorizations
Path Parameters
Type of webhook to be created.
Available options:
orders, bank-accounts, users Body
application/json
URL to send the webhook to
The user ID of the user that the webhook is being created for
Example:
"66290ac8bd3903485989f82e"
Whether to retry webhook delivery on failure. If true, the system will retry up to 5 times with exponential backoff. If false or not provided, only one attempt will be made.
Example:
true