{ "opencollection": "1.0.0", "info": { "name": "Airtm Enterprise API V2 Deposits API", "version": "1.155.0" }, "items": [ { "info": { "name": "Deposits", "type": "folder" }, "items": [ { "info": { "name": "List deposits", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.airtm.com/v2/deposits", "params": [ { "name": "before", "value": "", "type": "query", "description": "Gets results before the specified cursor." }, { "name": "after", "value": "", "type": "query", "description": "Gets results after the specified cursor." }, { "name": "perPage", "value": "", "type": "query", "description": "The maximum number of items to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List deposits" }, { "info": { "name": "Get deposit details", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.airtm.com/v2/deposits/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The deposit id" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get deposit details" } ] } ], "bundled": true }