cURL
curl --request GET \ --url https://app.miget.com/api/v1/users/me/ssh_keys \ --header 'Authorization: <api-key>'
[ { "id": 123, "public_key": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Returns all SSH keys registered for the current user. Keys are used for secure Git operations.
Bearer token for authentication. Format: 'Bearer {token}'
List SSH keys
SSH key ID
SSH public key content
Creation timestamp
Last update timestamp