{ "opencollection": "1.0.0", "info": { "name": "Ascend API V1 Accounts Loans API", "version": "v1" }, "items": [ { "info": { "name": "Loans", "type": "folder" }, "items": [ { "info": { "name": "List Loans", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/loans", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Filter by associated status" }, { "name": "program_id", "value": "", "type": "query", "description": "Filter by associated program" }, { "name": "updated_at", "value": "", "type": "query", "description": "Only return loans that were updated during the given date interval. The date should be defined as an ISO-8601 datetime." }, { "name": "created_at", "value": "", "type": "query", "description": "Only return loans that were created during the given date interval. The date should be defined as an ISO-8601 datetime." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Loans" }, { "info": { "name": "Get Loan", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/loans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The loan identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Loan" } ] } ], "bundled": true }