{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Customer Impersonation Token API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Customer Impersonation Token", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Create a Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/storefront/api-token-customer-impersonation", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a Storefront API token that allows your application to impersonate customers when making GraphQL `POST` requests. For more information on how to use the returned token, see [customer impersonation tokens](/docs/rest-authentication/tokens/customer-impersonation-token#create-a-token).\n\n**Required Scopes**\n* `Manage` `Storefront API Customer Impersonation Tokens`" } ] } ], "bundled": true }