{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Login Token API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Login Token", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Login Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/login/token/:jwt_token", "params": [ { "name": "jwt_token", "value": "", "type": "path" } ] }, "docs": "The customer login access point URL.\n\n[Learn more about the Customer Login API](/docs/start/authentication/customer-login).\n\n## Example\n\n```\nhttps://yourstore.example.com/login/token/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ7Y2xpZW50X2lkfSIsImlhdCI6MTUzNTM5MzExMywianRpIjoie3V1aWR9Iiwib3BlcmF0aW9uIjoiY3VzdG9tZXJfbG9naW4iLCJzdG9yZV9oYXNoIjoie3N0b3JlX2hhc2h9IiwiY3VzdG9tZXJfaWQiOjJ9.J-fAtbjRFGdLsT744DhoprFEDqIfVq72HbDzrbFy6Is\n```" } ] } ], "bundled": true }