{ "opencollection": "1.0.0", "info": { "name": "Orum Authentication Reports API", "version": "v2022-09-21" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get all reconciliation reports", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/reports/recon", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all reconciliation reports." }, { "info": { "name": "Create a reconciliation report", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.orum.io/deliver/reports/recon", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a reconciliation report for the requested start and end date." }, { "info": { "name": "Get a reconciliation report", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/reports/recon/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a single reconciliation report by ID." }, { "info": { "name": "Delete a report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-sandbox.orum.io/deliver/reports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a single report." }, { "info": { "name": "Download a report", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/reports/:id/download", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique id for the resource." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Download a single report." }, { "info": { "name": "Get a balance statement summary report", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/reports/balances", "params": [ { "name": "start_time", "value": "", "type": "query" }, { "name": "end_time", "value": "", "type": "query" }, { "name": "report_scope", "value": "", "type": "query" }, { "name": "subledger_reference_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a balance statement summary report for the requested start and end date." } ] } ], "bundled": true }