{ "opencollection": "1.0.0", "info": { "name": "FreshBooks REST Auth Clients API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clients", "type": "folder" }, "items": [ { "info": { "name": "listClients", "type": "http" }, "http": { "method": "GET", "url": "https://api.freshbooks.com/accounting/account/:accountId/users/clients", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "FreshBooks account identifier (business account id)" } ] } }, { "info": { "name": "createClient", "type": "http" }, "http": { "method": "POST", "url": "https://api.freshbooks.com/accounting/account/:accountId/users/clients", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "FreshBooks account identifier (business account id)" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getClient", "type": "http" }, "http": { "method": "GET", "url": "https://api.freshbooks.com/accounting/account/:accountId/users/clients/:clientId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "FreshBooks account identifier (business account id)" }, { "name": "clientId", "value": "", "type": "path" } ] } }, { "info": { "name": "updateClient", "type": "http" }, "http": { "method": "PUT", "url": "https://api.freshbooks.com/accounting/account/:accountId/users/clients/:clientId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "FreshBooks account identifier (business account id)" }, { "name": "clientId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }