Skip to main content
GET
/
snapshots
Get user snapshots
curl --request GET \
  --url https://api.thundercompute.com:8443/snapshots \
  --header 'Authorization: Bearer <token>'
{
  "snapshots": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

snapshots
object[]

List of snapshots

I