{ "opencollection": "1.0.0", "info": { "name": "Accounts and Utilities", "version": "2.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts and Utilities", "type": "folder" }, "items": [ { "info": { "name": "Get account information", "type": "http" }, "http": { "method": "GET", "url": "https://{region}-api.dotdigital.com/v2/account-info", "headers": [ { "name": "x-ddg-integration-token", "value": "" } ] }, "docs": "Gets a summary of information about the current status of the account" }, { "info": { "name": "Get server time", "type": "http" }, "http": { "method": "GET", "url": "https://{region}-api.dotdigital.com/v2/server-time", "headers": [ { "name": "x-ddg-integration-token", "value": "" } ] }, "docs": "Gets the UTC time as set on our servers" }, { "info": { "name": "Empty recycle bin", "type": "http" }, "http": { "method": "POST", "url": "https://{region}-api.dotdigital.com/v2/accounts/empty-recycle-bin/", "headers": [ { "name": "x-ddg-integration-token", "value": "" } ] }, "docs": "Permanently deletes everything in the recycle bin" } ] } ], "bundled": true }