Get SSH keys
Retrieve all your SSH keys.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/credential/ssh"{
"message": "My SSH Key",
"data": [
{
"id": 0,
"title": "string",
"number_of_instance": 0,
"created_at": "28 June 2023 14:46",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAA..."
}
]
}