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
Example response
{
"data": {
"name": "laptop"
}
}Get details of a specific SSH key.
SSH key ID (UUID)
SSH key details
{
"data": {
"name": "laptop"
}
}