cURL
curl --request GET \ --url https://api.thundercompute.com:8443/v1/instances/list \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Get a list of user’s compute instances
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
The body is of type object.
object
OK
Show child attributes
Was this page helpful?