v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
me

List SSH keys

Retrieve a list of SSH keys for the current authenticated user.

get/me/ssh-keys

Query parameters

namestring

Filter SSH keys by name (case-insensitive partial match).

fingerprintstring

Filter SSH keys by SHA-256 fingerprint (case-insensitive partial match).

Response

Successfully retrieved the list of SSH keys.

Example response

{
  "keys": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "My SSH key",
      "fingerprint": "AbCdEfGhIjKlMnOpQrStUvWxYz1234567890",
      "createdAt": 1738812775
    }
  ]
}