Get Callback URLs
Configuration
Get Callback URLs
Retrieves callbacks URLs for a Bolt merchant division.
GET
Get Callback URLs
Authorizations
Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.
Query Parameters
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
Merchant Callbacks Retrieved
List of callback URLs retrieved
Example:
[
{
"type": "oauth_redirect",
"url": "https://example.com/1"
},
{
"type": "oauth_logout",
"url": "https://example.com/2"
},
{
"type": "get_account",
"url": "https://example.com/3"
}
]