v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
SSH Keys

Get SSH key

Get details of a specific SSH key.

get/api/v1/ssh-keys/{id}

Path parameters

idstring uuid required

SSH key ID (UUID)

Response

SSH key details

successboolean

Example response

{
  "data": {
    "name": "laptop"
  }
}