Loket
Connector for the loket API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.loket.nl/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getachmeainsurancecontractsbyuserid— GET /achmeainsurancecontracts — list of insurance contractsgetwagepercentagesbyachmeainsurancecontractid— GET /achmeainsurancecontracts/{achmeaInsuranceContractId}/insuredwagecalculationpercentages — list of wage percentages for an insurance contractgetaowdatebydateofbirth— GET /aowDate — Acquire the AOW dategetapplicationauthorizationsbyapplicationid— GET /applications/{applicationId}/authorizations — Authorizations for the applicationgetapplicationlogo— GET /applications/{applicationId}/logo — Download the application logogetcompanyinformationbychamberofcommercenumber— GET /chamberofcommerce/{chamberOfCommerceNumber}/companyinformation — Acquire company information
Inputs
apiKey— your loket 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: getachmeainsurancecontractsbyuserid
apiKey: <your key>