Apideck Hris
Connector for the apideck-hris API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://unify.apideck.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
companiesall— GET /hris/companies — List Companiescompaniesone— GET /hris/companies/{id} — Get Companydepartmentsall— GET /hris/departments — List Departmentsdepartmentsone— GET /hris/departments/{id} — Get Departmentemployeesall— GET /hris/employees — List Employeesemployeesone— GET /hris/employees/{id} — Get Employee
Inputs
apiKey— your apideck-hris API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: companiesall
apiKey: <your key>