ByCloud Docs
GuidesCLIAPISDK
get/v1/keypairs/{keypair_name}

Get keypair

Get details of a specific keypair

Path Parameters

keypair_name

stringrequired

path

Keypair name

Example: "my-keypair"

Responses

200

Keypair details

Content-Type: application/json

keypair

objectoptional
401

Authentication required or token invalid

Content-Type: application/json

error

objectrequired
404

Resource not found

Content-Type: application/json

error

objectrequired
500

Internal server error

Content-Type: application/json

error

objectrequired
curl -X GET "https://api.spo1.mycloud.com/v1/keypairs/string" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"