{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Theme Custom Templates API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Theme Custom Templates", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Custom Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/themes/custom-templates/:version_uuid", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "version_uuid", "value": "", "type": "path" } ] }, "docs": "Enumerate available custom templates for in the theme files in a specific theme version for each supported entity type." } ] } ], "bundled": true }