{ "opencollection": "1.0.0", "info": { "name": "Google People API (Contacts) ContactGroups People:searchContacts 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:searchContacts", "type": "folder" }, "items": [ { "info": { "name": "Search contacts", "type": "http" }, "http": { "method": "GET", "url": "https://people.googleapis.com/v1/people:searchContacts", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "readMask", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Provides a list of contacts in the authenticated user's grouped contacts that matches the search query." } ] } ], "bundled": true }