v12

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

List SSH keys

List SSH keys for the authenticated account. SSH keys are account-level — no project scoping.

get/api/v1/ssh-keys

Response

List of SSH keys

successboolean

Example response

{
  "data": [
    {
      "name": "laptop"
    }
  ]
}