cURL
curl --request GET \ --url https://app.miget.com/api/v1/users/me/ssh_keys/{id} \ --header 'Authorization: <api-key>'
{ "id": 123, "public_key": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Retrieves a specific SSH key by ID.
Bearer token for authentication. Format: 'Bearer {token}'
SSH key ID
Get SSH key details
Api_V1_Entities_SshKey model
SSH public key content
Creation timestamp
Last update timestamp