{ "opencollection": "1.0.0", "info": { "name": "Google People contactGroups people:createContact 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": "people:createContact", "type": "folder" }, "items": [ { "info": { "name": "Google People Create Contact", "type": "http" }, "http": { "method": "POST", "url": "https://people.googleapis.com/v1/people:createContact", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact and return the person resource for that contact." } ] } ], "bundled": true }