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
Example response
{
"data": [
{
"name": "laptop"
}
]
}List SSH keys for the authenticated account. SSH keys are account-level — no project scoping.
List of SSH keys
{
"data": [
{
"name": "laptop"
}
]
}