{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Checkout Spam Protection API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Checkout Spam Protection", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Checkout Spam Protection", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/checkouts/:checkoutId/spam-protection", "params": [ { "name": "checkoutId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verifies if checkout is created by human.\n\n> #### Note\n> * Substitute your storefront domain for `yourstore.example.com`. \n> * The Send a Test Request feature is not currently supported for this endpoint. " } ] } ], "bundled": true }