cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/ssh-keys \ --header 'Authorization: <api-key>'
{ "pageNumber": 123, "pageSize": 123, "sshKeys": [ { "publicKey": "<string>", "comment": "<string>", "createTime": "2023-11-07T05:31:56Z", "fingerprint": "<string>", "id": "<string>", "type": "<string>" } ], "totalCount": 123 }
Lists the SSH keys of the current user.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes