Set Callback URLs
Configure callbacks URLs for a Bolt merchant division. This will store or override only the callback URLs that are specified in the request. Operations are fully transactional.
Authorizations
Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.
Body
List of callback URLs to configure
[
{
"type": "oauth_redirect",
"url": "https://example.com/1"
},
{
"type": "oauth_logout",
"url": "https://example.com/2"
},
{
"type": "get_account",
"url": "https://example.com/3"
}
]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). Use the Bolt Merchant Dashboard to switch between divisions and find the division ID under Merchant Division Public ID.
"3X9aPQ67-YrB"
Response
Successfully sets callback URLs. No JSON schema is expected.