Skip to main content
GET
/
v1
/
project
/
{projectId}
/
ssh-keys
List project SSH keys
curl --request GET \
  --url https://rest.compute.cudo.org/v1/project/{projectId}/ssh-keys \
  --header 'Authorization: <api-key>'
{
  "sshKeys": [
    {
      "comment": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "fingerprint": "<string>",
      "id": "<string>",
      "publicKey": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required

Response

A successful response.

sshKeys
object[]
required