{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Validate Credentials API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Validate Credentials", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Validate a customer credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/customers/validate-credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Validate a customer credentials - This endpoint has special rate limiting protections to protect against abuse." } ] } ], "bundled": true }