{ "opencollection": "1.0.0", "info": { "name": "Thunder Compute Instances Tokens API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "List API tokens for the account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.thundercompute.com:8443/v1/tokens" }, "docs": "List API tokens for the account." } ] } ], "bundled": true }