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

OR

Example request

{
  "division_id": "3X9aPQ67-YrB",
  "url": "https://eva-nerv.shop.com/path/to/hook"
}

Response

Success

webhook_idstring required

A unique webhook ID. Reference this value to modify or delete the webhook subscription. operations as well.

Example response

{
  "webhook_id": "wh_za7VbYcSQU2zRgGQXQAm-g"
}

Changes