Get an SSH Key
GET
https://api.vpsbg.eu/v1/ssh-keys/{id}Get an existing SSH Key, registered in your account.
Request
Path Params
id
string
required
Request samples
Responses
Return data regarding the SSH key.(200)
Return data regarding the SSH key.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
id
integer
optional
name
string
optional
key
string
optional
ExampleExample 1
{
"id": 90,
"name": "Example SSH Key",
"key": "ssh-rsa AA... user@example.com"
}
Last modified: 3 months ago