{ "opencollection": "1.0.0", "info": { "name": "data.world Public catalog relationships serviceaccount API", "version": "0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "serviceaccount", "type": "folder" }, "items": [ { "info": { "name": "Gets all service accounts by owner.", "type": "http" }, "http": { "method": "GET", "url": "/v0/serviceaccount/:owner", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "next", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ] }, "docs": "Gets all service accounts by owner." }, { "info": { "name": "Create a new service account.", "type": "http" }, "http": { "method": "POST", "url": "/v0/serviceaccount/:owner", "params": [ { "name": "owner", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new service account." }, { "info": { "name": "Update service account", "type": "http" }, "http": { "method": "PATCH", "url": "/v0/serviceaccount/:serviceAccount", "params": [ { "name": "serviceAccount", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update service account" }, { "info": { "name": "Delete service account", "type": "http" }, "http": { "method": "DELETE", "url": "/v0/serviceaccount/:serviceAccount", "params": [ { "name": "serviceAccount", "value": "", "type": "path" } ] }, "docs": "Delete service account" }, { "info": { "name": "Refresh service account token", "type": "http" }, "http": { "method": "POST", "url": "/v0/serviceaccount/:serviceAccount/refresh", "params": [ { "name": "serviceAccount", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refresh service account token" } ] } ], "bundled": true }