---
title: "List partner public keys"
method: GET
path: "/v2/companies/{companyId}/partner-public-keys"
tags: ["Partner Public Keys"]
---

# List partner public keys

`GET /v2/companies/{companyId}/partner-public-keys`

Lists partner public keys for a TMC. Accessible to TMC, company, and global admins.

## Query parameters

- `status` 'ACTIVE' | 'REVOKED'

## Response `200`

OK

- ListPartnerPublicKeysResponse — Response containing the list of partner public keys for a TMC.
  - `keys` PartnerPublicKeyInfo[] — List of partner public keys.
    - `id` string, uuid — Unique identifier for the key.
    - `orgId` string, uuid — Organization this key is scoped to.
    - `kid` string — Key ID extracted from the JWK.
    - `status` 'ACTIVE' | 'REVOKED' — Key status.
    - `createdAt` string, date-time — Timestamp when the key was created.
    - `thumbprint` string — RFC 7638 JWK thumbprint (base64url SHA-256 of canonical key material). Use this to verify the correct key was registered.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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