{ "opencollection": "1.0.0", "info": { "name": "Keka HR Assets Expense 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": "Expense", "type": "folder" }, "items": [ { "info": { "name": "Get expense categories", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/expense/categories" }, "docs": "
This API is used for fetching list of all expense categories.
\n" }, { "info": { "name": "Get expense claim details", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/expense/claims" }, "docs": "This API is used for fetching list of all expense claims.
\n" }, { "info": { "name": "Get all expensepolicies", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.keka.com/api/v1/api/v1/expensepolicies" }, "docs": "Get all expensepolicies" } ] } ], "bundled": true }