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"
    }
  ]
}

Changes