{ "opencollection": "1.0.0", "info": { "name": "Google People API (Contacts) ContactGroups People:createContact API", "version": "v1" }, "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": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://people.googleapis.com/v1/people:createContact", "params": [ { "name": "personFields", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact and return the person resource for that contact." } ] } ], "bundled": true }