{ "opencollection": "1.0.0", "info": { "name": "TensorDock Marketplace Authorization API", "version": "0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Test Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.tensordock.com/api/v0/auth/test", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Verify that an `api_key` + `api_token` pair is registered and valid." }, { "info": { "name": "List Authorizations", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.tensordock.com/api/v0/auth/list", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "List all authorization pairs registered for the calling organization." } ] } ], "bundled": true }