---
title: "Verify agent keys against pinned values"
method: GET
path: "/v1/agent/keys/verify/{did}"
tags: ["Agent Infrastructure"]
---

# Verify agent keys against pinned values

`GET /v1/agent/keys/verify/{did}`

Returns whether current keys match pinned values. If not pinned, returns not_pinned status.

## Path parameters

- `did` string, required

## Response `200`

Verification result (keys_match, keys_changed, or not_pinned)

## Other responses

- `401` — Invalid or missing X-Agent-Key header
- `404` — Agent not found

---

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