cURL
curl --request GET \ --url https://api.cloud.onidel.com/ssh_keys/{ssh_key_id} \ --header 'Authorization: <api-key>'
{ "ssh_key": { "id": "a3f2e5d8-1234-4abc-9876-543210fedcba", "created": "2024-01-15T10:30:00Z", "name": "Production Server Key", "ssh_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@hostname" } }
Retrieve a specific SSH key by its UUID
Provide the value as: Token <your-api-token>
Token <your-api-token>
SSH Key UUID
Team ID to filter SSH keys. Default team will be used if not provided.
Successful operation
Show child attributes
"a3f2e5d8-1234-4abc-9876-543210fedcba"
"2024-01-15T10:30:00Z"
"Production Server Key"
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@hostname"