---
title: "Get a tenant's keys"
method: GET
path: "/api/tenants/{tenantId}/certs"
tags: ["tenant-controller"]
---

# Get a tenant's keys

`GET /api/tenants/{tenantId}/certs`

Returns the public keys for a tenant from the repository.

## Path parameters

- `tenantId` string, required

## Response `200`

OK

- GlideKeys
  - `keys` object[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
