{ "opencollection": "1.0.0", "info": { "name": "Bolt API Reference Account Callbacks API", "version": "3.3.22" }, "items": [ { "info": { "name": "Callbacks", "type": "folder" }, "items": [ { "info": { "name": "Callback to update or create a full shopper account", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.bolt.com/v3/callbacks/accounts", "headers": [ { "name": "X-Bolt-Hmac-Sha256", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a shopper account with profile information, payment and addresses. This is also known as the \"upsert account\" API, a combination of update and insert." } ] } ], "bundled": true }