{ "opencollection": "1.0.0", "info": { "name": "Fuse Accounts API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List a customer's accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/customers/:customer_id/accounts", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "Cursor to the next page in the result set. If set all the other fields will be ignored." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of resource to return. Max 2000" }, { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "List a customer's accounts" }, { "info": { "name": "Create account", "type": "http" }, "http": { "method": "POST", "url": "https://api.fuse.me/v1/customers/:customer_id/accounts", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create account" }, { "info": { "name": "Get account confirmation letter.", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/accounts/:account_id/confirmation-letter", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get account confirmation letter." }, { "info": { "name": "Get an account's balance history", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/accounts/:account_id/history", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get an account's balance history" }, { "info": { "name": "Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get an account" }, { "info": { "name": "Update account data", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fuse.me/v1/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update account data" }, { "info": { "name": "List all accounts for organisation", "type": "http" }, "http": { "method": "GET", "url": "https://api.fuse.me/v1/accounts", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "Cursor to the next page in the result set. If set all the other fields will be ignored." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of resource to return. Max 2000" }, { "name": "external_id", "value": "", "type": "query", "description": "Filter accounts that match the external ID" } ] }, "docs": "List all accounts for organisation" } ] } ], "bundled": true }