cURL
curl --request GET \ --url https://api.hypercore.vn/ssh_keys \ --header 'Authorization: Bearer <token>'
{ "ssh_keys": [ { "id": "a3f2e5d8-1234-4abc-9876-543210fedcba", "created": "2024-01-15T10:30:00Z", "name": "Production Server Key", "ssh_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@hostname" } ] }
Retrieve all SSH keys for a team
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team ID to filter SSH keys. Default team will be used if not provided.
Successful operation
Show child attributes