{ "opencollection": "1.0.0", "info": { "name": "Zuper REST Assets Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get Region-Specific Base URL", "type": "http" }, "http": { "method": "POST", "url": "https://{dc_region}.zuperpro.com/api/config", "body": { "type": "json", "data": "{}" } }, "docs": "POST your company login name to discover the dc_api_url (region-specific base URL) for all subsequent API calls. Must target https://accounts.zuperpro.com/api." } ] } ], "bundled": true }