curl --request POST \
--url https://api.thundercompute.com:8443/v1/keys/add \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"key": {
"name": "<string>",
"public_key": "<string>",
"created_at": 123,
"fingerprint": "<string>",
"id": "<string>",
"key_type": "<string>"
},
"message": "<string>"
}Add a new SSH public key to the authenticated user’s organization
curl --request POST \
--url https://api.thundercompute.com:8443/v1/keys/add \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"key": {
"name": "<string>",
"public_key": "<string>",
"created_at": 123,
"fingerprint": "<string>",
"id": "<string>",
"key_type": "<string>"
},
"message": "<string>"
}Was this page helpful?