get_public_ssh_key_for_authenticated_user | SELECT | 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. |
list_public_ssh_keys_for_authenticated_user | SELECT | | Lists the public SSH keys for the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth or via OAuth with at least read:public_key scope. |
create_public_ssh_key_for_authenticated_user | INSERT | data__key | Adds a public SSH key to the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth, or OAuth with at least write:public_key scope. |
delete_public_ssh_key_for_authenticated_user | DELETE | key_id | Removes a public SSH key from the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth or via OAuth with at least admin:public_key scope. |