{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management Access Control - Service Account Management API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Control - Service Account Management", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal Get Service Accounts of a Group", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/groups/:id/relationships/service_accounts", "params": [ { "name": "id", "value": "", "type": "path", "description": "Group ID." } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Get all the Service Accounts belonging to your Google Threat Intelligence group.\n" }, { "info": { "name": "VirusTotal Create a New Service Account", "type": "http" }, "http": { "method": "POST", "url": "https://www.virustotal.com/api/v3/groups/:id/relationships/service_accounts", "params": [ { "name": "id", "value": "", "type": "path", "description": "Group ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Create a new Service Account inside your Google Threat Intelligence group by only providing a descriptive identifier which must be unique inside your group.\n" }, { "info": { "name": "VirusTotal Get a Service Account Object", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/service_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Service Account ID (with the form _" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Get the information about a [Service Account](https://gtidocs.virustotal.com/reference/service-accounts-object) object.\n" } ] } ], "bundled": true }