---
title: "Get Certificates"
method: GET
path: "/v1/certificates"
tags: ["Certificates"]
---

# Get Certificates

`GET /v1/certificates`

Returns a list of tenant certificates.

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

A list of tenant certificates.

- SystemCertificate[]
  - `certificateId` integer — The identifier for the certificate definition.
  - `certificateName` string — The name of the certificate.
  - `certificateCategoryId` integer — The identifier for the certificate category.
  - `certificateCategoryname` string — The certificate category name.
  - `certificateAuthorities` SystemCertificateAuthority[] — Collection of certificate authorities.
    - `certificateAuthorityId` integer — The identifier for the certificate authority.
    - `certificateAuthorityName` string — The name for the certificate authority.
    - `isArchive` boolean — True or false value if the certificate authority is archived or not.
    - `archivedByUserId` integer — The identifier for the user that archived the certificate authority.
    - `archivedDate` string, date-time — The archived date for the certificate authority. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.
  - `isArchive` boolean — True or false value if the certificate is archived or not.
  - `archivedByUserId` integer — The identifier for the user that archived the certificate.
  - `archivedDate` string, date-time — The date the certificate was archived. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.
  - `frontOfficeTenantId` integer — The unique identifier that represents a client.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
