{ "opencollection": "1.0.0", "info": { "name": "Air Approval API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Approval", "type": "folder" }, "items": [ { "info": { "name": "List approval data for an approver", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v3/approvals/approvers/:userId/list", "params": [ { "name": "userId", "value": "", "type": "path", "description": "Identifier for the approver whose approval data is requested." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of approval data associated with an approver." }, { "info": { "name": "List approval data for a company", "type": "http" }, "http": { "method": "POST", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v3/approvals/companies/:companyId/list", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Identifier for the company whose approvals are requested." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of approval data associated with a company." } ] } ], "bundled": true }