cURL
curl --request GET \ --url {schemes}://api.upsun.com/ssh_keys/{key_id} \ --header 'Authorization: Bearer <token>'
{ "key_id": 123, "uid": 123, "fingerprint": "<string>", "title": "<string>", "value": "<string>", "changed": "<string>" }
A valid request URL is required to generate request examples
The ID of the ssh key.
A single SSH public key record.
The ssh key object.
The ID of the public key.
The internal user ID.
The fingerprint of the public key.
The title of the public key.
The actual value of the public key.
The time of the last key modification (ISO 8601)