action loket_get_aow_date_by_date_of_birth { label: "Acquire the AOW date" description: "__Activity name:__ GetAowDateByDateOfBirth\n\nThis endpoint allows the user to acquire the AOW date of an employee.\n" provider: loket method: GET path: "/aowDate" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } dateOfBirth: { type: "string" format: "date" } } required: ["Accept", "Authorization", "dateOfBirth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }