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