List SSH Keys
GET
/v1/ssh-keysList all your SSH keys.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array [object {3}]
required
id
integer
required
type
string
required
attributes
object
required
Example
{
"data": [
{
"id": 208525,
"type": "ssh_keys",
"attributes": {
"customer": "John Smith",
"creator": "John Smith",
"customerId": 42804,
"enabled": true,
"keyType": "Ed25519",
"keyLength": 256,
"sshkey": "ssh-ed25519 fffffffJ/Pa4DtSc4WzwU7B",
"comment": "Key for 2024",
"fingerprint": "6c:3e:1b:30:0e:13:63:7e:94:25:f6:b9:d2:23:2e:86",
"createdAt": "2024-03-26T00:03:43+01:00"
}
}
]
}
Last modified: 6 months ago