v2
latestOpenAPI 3.0.02026-07-3139594346.4 KBWebhooks
Query Webhooks
Find webhook configurations belonging to a merchant division. Results are limited to only show webhooks authorized by the X-API-Key.
get/v1/webhooks
Query parameters
division_idstring required
The unique ID associated to the merchant's Bolt Account division; Merchants can have different divisions to suit multiple use cases (storefronts, pay-by-link, phone order processing). You can view and switch between these divisions from the Bolt Merchant Dashboard.
Response
Success
Example response
{
"webhooks": [
{
"created_at": 1485997169003,
"events": [
"pending"
],
"url": "https://eva-nerv.shop.com/path/to/hook",
"webhook_id": "wh_za7VbYcSQU2zRgGQXQAm-g"
}
]
}