{ "opencollection": "1.0.0", "info": { "name": "Google People contactGroups API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "contactGroups", "type": "folder" }, "items": [ { "info": { "name": "Google People List Contact Groups", "type": "http" }, "http": { "method": "GET", "url": "https://people.googleapis.com/v1/contactGroups", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "List all contact groups owned by the authenticated user." }, { "info": { "name": "Google People Create Contact Group", "type": "http" }, "http": { "method": "POST", "url": "https://people.googleapis.com/v1/contactGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact group." }, { "info": { "name": "Google People Get Contact Group", "type": "http" }, "http": { "method": "GET", "url": "https://people.googleapis.com/v1/contactGroups/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path" } ] }, "docs": "Get a specific contact group." }, { "info": { "name": "Google People Update Contact Group", "type": "http" }, "http": { "method": "PUT", "url": "https://people.googleapis.com/v1/contactGroups/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the name of an existing contact group." }, { "info": { "name": "Google People Delete Contact Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://people.googleapis.com/v1/contactGroups/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path" } ] }, "docs": "Delete an existing contact group." } ] } ], "bundled": true }