Skip to main content
GET
/
keys
/
list
List SSH keys
curl --request GET \
  --url https://api.thundercompute.com:8443/v1/keys/list \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
[
  {
    "name": "<string>",
    "public_key": "<string>",
    "created_at": 123,
    "fingerprint": "<string>",
    "id": "<string>",
    "key_type": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Body

application/json

The body is of type object.

Response

OK

name
string
required
public_key
string
required
created_at
integer
fingerprint
string
id
string
key_type
string