cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/ssh-keys/{id} \ --header 'Authorization: <api-key>'
{ "publicKey": "<string>", "comment": "<string>", "createTime": "2023-11-07T05:31:56Z", "fingerprint": "<string>", "id": "<string>", "type": "<string>" }
Retrieves the details of an SSH key.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.