{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Time Zone API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Time Zone", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get System Timestamp", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/time", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns the system timestamp at the time of the request. The time resource is useful for validating API authentication details and testing client connections." } ] } ], "bundled": true }