# API: Proxmox List SSH Keys
# proxmoxListSshKeys
List SSH keys available to the client.
# Required parameters
| Parameter | Description |
|---|---|
id | Account Id |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=proxmoxListSshKeys&id=ID
# PHP Samples
# Response
{
"success": true,
"keys": [
{
"id": 43,
"name": "[email protected]"
}
],
"call": "proxmoxListSshKeys",
"server_time": 1760940313
}