{ "opencollection": "1.0.0", "info": { "name": "JustiFi API Documentation Ach Return Fees Reports API" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/reports", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" }, { "name": "Sub-Account", "value": "acc_123xyz" } ], "params": [ { "name": "nickname", "value": "\"My Report\"", "type": "query", "description": "the nickname of the report\n" } ] }, "docs": "List all generated reports\n" }, { "info": { "name": "Create a report", "type": "http" }, "http": { "method": "POST", "url": "https://api.justifi.ai/v1/reports", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" }, { "name": "Sub-Account", "value": "acc_123xyz" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a report for any of the available report types\n" }, { "info": { "name": "Get a report", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/reports/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" }, { "name": "Sub-Account", "value": "acc_123xyz" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get and generate the download url for a report" } ] } ], "bundled": true }