This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
curl --location -g --request GET 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/ssh/credentials/{{sshId}}' \
--header 'accept: application/json' \
--header 'content-type: application/json'
{
"id": 7,
"label": "ali-ssh",
"user": "root",
"publicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkT5cCaJpylL...",
"temporary": false,
"created_at": "2024-07-23 05:04:20"
}