cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/project/{projectId}/ssh-keys \ --header 'Authorization: <api-key>'
{ "sshKeys": [ { "publicKey": "<string>", "comment": "<string>", "createTime": "2023-11-07T05:31:56Z", "fingerprint": "<string>", "id": "<string>", "type": "<string>" } ] }
Lists the SSH keys associated with members of a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes