Skip to main content
GET
/
project
/
{project_id}
/
ssh-public-key
Return the list of SSH public keys in the project
curl --request GET \
  --url https://api.ubicloud.com/project/{project_id}/ssh-public-key \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "skaz0q3vbrpa7pkg7zbmah9csn",
      "name": "<string>",
      "public_key": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

Response

A list of Ssh Public Keys

items
object[]
required
I