{ "opencollection": "1.0.0", "info": { "name": "API Reference accounts partners API", "version": "1.0.0" }, "items": [ { "info": { "name": "partners", "type": "folder" }, "items": [ { "info": { "name": "List Partner Details", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/partners/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Return partner details" }, { "info": { "name": "Partner Get Partner Bank Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/partners/:partner_id/accounts/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "partner_id", "value": "", "type": "path" } ] }, "docs": "Partner Get Partner Bank Accounts" }, { "info": { "name": "Bank Account Details Partner Bank Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/partners/:partner_id/accounts/:account_id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "partner_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Bank Account Details Partner Bank Accounts" }, { "info": { "name": "List Sub Ledger Requests", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/partners/:partner_id/accounts/:account_id/subledgers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "partner_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ] }, "docs": "List the subledgers information" }, { "info": { "name": "Create Sub Ledger Request", "type": "http" }, "http": { "method": "POST", "url": "https://host.com/v2/partners/:partner_id/accounts/:account_id/subledgers/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "partner_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Subledger Account from Partner FBO" }, { "info": { "name": "List Partner Products", "type": "http" }, "http": { "method": "GET", "url": "https://host.com/v2/partners/:partner_id/products/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "partner_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ] }, "docs": "Get Partner Product List" } ] } ], "bundled": true }