cURL
curl --request GET \ --url https://api.rigbox.dev/api/workspaces/{id}/ssh-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "comment": "<string>", "fingerprint": "<string>", "key_type": "<string>" } ] }
List SSH keys currently deployed to a specific workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Workspace SSH keys
Show child attributes