cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/ssh-keys/{id} \ --header 'Authorization: <api-key>'
{ "comment": "<string>", "createTime": "2023-11-07T05:31:56Z", "fingerprint": "<string>", "id": "<string>", "publicKey": "<string>", "type": "<string>" }
Retrieves the details of an SSH key.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Was this page helpful?