{ "opencollection": "1.0.0", "info": { "name": "Keka HR Assets Payroll API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.keka.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payroll", "type": "folder" }, "items": [ { "info": { "name": "Get Salary components", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/salarycomponents" }, "docs": "
This API is used for fetching list of all salary components.
\n" }, { "info": { "name": "Get all pay groups", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/paygroups" }, "docs": "This API is used for fetching list of all pay groups.
\n" }, { "info": { "name": "Get all pay cycles", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/payroll/paygroups/:payGroupId/paycycles", "params": [ { "name": "payGroupId", "value": "", "type": "path" } ] }, "docs": "This API is used for fetching list of all pay cycles in a pay group.
\n