Get a public SSH key for the authenticated user

GET {{baseUrl}}/user/keys/:key_id

View extended details for a single public SSH key. Requires that you are authenticated via Basic Auth or via OAuth with at least read:public_key scope.

RESPONSES

status: OK

{"key_id":"012345678912345678","key":"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234","id":2,"url":"https://api.github.com/user/keys/2","title":"ssh-rsa AAAAB3NzaC1yc2EAAA","created_at":"2020-06-11T21:31:57Z","verified":false,"read_only":false}