{ "opencollection": "1.0.0", "info": { "name": "Google Indexing urlNotifications API", "version": "3.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": "urlNotifications", "type": "folder" }, "items": [ { "info": { "name": "Google Indexing Get URL Notification Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://indexing.googleapis.com/v3/urlNotifications/metadata", "params": [ { "name": "url", "value": "", "type": "query", "description": "The URL to get notification metadata for." } ] }, "docs": "Gets metadata about a URL, including the latest notification timestamps and type." } ] } ], "bundled": true }