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