Verify Public Key
Lookup all verified records for a given SSH public key. Diagnostic endpoint — useful when you have the key but not the associated email.Endpoint
Request
| Field | Type | Required | Description |
|---|---|---|---|
ssh_public_key | string | Yes | SSH public key to look up |
Response
Found (200)
| Field | Description |
|---|---|
count | Number of verified records for this key |
matches[].email | The email associated with this key |
matches[].verified_at | When the key was verified |
matches[].last_seen_at | Last time the key was used for authentication |
Not found (404)
When to use
This endpoint is for diagnostics and debugging:- Checking if a key is already registered before initiating auth
- Looking up which email is associated with a key
- Verifying key status without knowing the email