Get SSH key options
Retrieve a simplified list of SSH keys for selection.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/credential/ssh/options"{
"message": "SSH key options",
"data": [
{
"id": 0,
"title": "string"
}
]
}