{ "opencollection": "1.0.0", "info": { "name": "Skydropx Pro Address Templates Finance API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://pro.skydropx.com/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Finance", "type": "folder" }, "items": [ { "info": { "name": "Get account credit balance", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/finance/credits" }, "docs": "Returns the current prepaid account credit (wallet) balance." }, { "info": { "name": "List extra charges", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/finance/extra-charges", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "Lists surcharges and extra charges applied to shipments, with pagination." } ] } ], "bundled": true }