{ "opencollection": "1.0.0", "info": { "name": "freee API (Accounting and HR/) Account Items Payroll 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": "Payroll", "type": "folder" }, "items": [ { "info": { "name": "List employee payroll statements", "type": "http" }, "http": { "method": "GET", "url": "https://api.freee.co.jp/hr/api/v1/salaries/employee_payroll_statements", "params": [ { "name": "company_id", "value": "", "type": "query" }, { "name": "year", "value": "", "type": "query" }, { "name": "month", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Lists employee salary payroll statements (給与明細) for an HR company and pay month." } ] } ], "bundled": true }