Webhooks
Create Bolt Webhook
Create a new webhook to receive notifications from Bolt about various events, such as transaction status. Webhooks must have unique configuration.
post/v1/webhooks
Request body
Example request
{
"division_id": "3X9aPQ67-YrB",
"url": "https://eva-nerv.shop.com/path/to/hook"
}Response
Success
Example response
{
"webhook_id": "wh_za7VbYcSQU2zRgGQXQAm-g"
}