Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/ssh-keys' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"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"
}
}
]
}