{ "opencollection": "1.0.0", "info": { "name": "freee API (Accounting and HR/Payroll) Account Items Companies API", "version": "2026-02-01" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.secure.freee.co.jp/public_api/authorize", "accessTokenUrl": "https://accounts.secure.freee.co.jp/public_api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.freee.co.jp/api/1/companies" }, "docs": "Lists the freee companies (事業所) the authenticated user belongs to." }, { "info": { "name": "Get a company", "type": "http" }, "http": { "method": "GET", "url": "https://api.freee.co.jp/api/1/companies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric identifier of the resource." } ] }, "docs": "Retrieves details, account items, taxes, and settings for one company." } ] } ], "bundled": true }