v1

latestOpenAPI 3.1.02026-07-2421872196.9 KB
Employees

List of employee certifications

Return certifications of an employee

get/employees/{employee_id}/certifications

Response

OK

Example response

{
  "data": [
    {
      "expires_on": "2019-08-04"
    }
  ]
}