---
title: "List of employee certifications"
method: GET
path: "/employees/{employee_id}/certifications"
tags: ["Employees"]
---

# List of employee certifications

`GET /employees/{employee_id}/certifications`

Return certifications of an employee

## Response `200`

OK

- object
  - `data` EmployeeCertification[]
    - `id` integer, required
    - `name` string, required
    - `issuer` string, required
    - `issued_on` string
    - `expires` boolean
    - `expires_on` string, date
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `url` string, uri
    - `attachment_url` string, uri
    - `attachment_expires_at` string, date-time

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
