{ "opencollection": "1.0.0", "info": { "name": "Google Chat CustomEmojis API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CustomEmojis", "type": "folder" }, "items": [ { "info": { "name": "List custom emojis", "type": "http" }, "http": { "method": "GET", "url": "https://chat.googleapis.com/v1/customEmojis", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "List custom emojis" } ] } ], "bundled": true }