latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

SSH Keys

Get SSH keys

get/v1/sshkeys

Response

Returns a list of the project's SSH keys

idstring required

SSH key id

namestring required

Name of the SSH key

keystring required

Public SSH key

fingerprintstring nullable required

MD5 fingerprint of the public key as colon-separated hex (matches ssh-keygen -E md5). null if the stored key cannot be parsed.

Example response

[
  {
    "id": "f7b3b3b3-1b3b-4b3b-8b3b-3b3b3b3b3b3b",
    "name": "my-key",
    "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD...",
    "fingerprint": "9b:11:74:af:5c:04:48:31:40:ef:b5:ef:e3:dc:33:81"
  }
]