{ "opencollection": "1.0.0", "info": { "name": "Orum Authentication Subledgers API", "version": "v2022-09-21" }, "items": [ { "info": { "name": "Subledgers", "type": "folder" }, "items": [ { "info": { "name": "Get all subledgers", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/subledgers", "headers": [ { "name": "Orum-Version", "value": "" } ], "params": [ { "name": "index", "value": "", "type": "query", "description": "Index for paginated results" }, { "name": "size", "value": "", "type": "query", "description": "Max number of results to return" }, { "name": "subledger_reference_id", "value": "", "type": "query", "description": "Filter results by subledger reference id" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all subledger objects." }, { "info": { "name": "Create a subledger", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.orum.io/deliver/subledgers", "headers": [ { "name": "Orum-Version", "value": "" } ], "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 subledger object to represent a separate pool of funds attached to an existing customer" }, { "info": { "name": "Get a subledger", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.orum.io/deliver/subledgers/:id", "headers": [ { "name": "Orum-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Subledger ID" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-sandbox.orum.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a subledger by id" } ] } ], "bundled": true }