{ "opencollection": "1.0.0", "info": { "name": "Google Web Search Indexing API", "version": "v3" }, "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": "urlNotifications", "type": "folder" }, "items": [ { "info": { "name": "Notifies that a URL has been updated or deleted", "type": "http" }, "http": { "method": "POST", "url": "https://indexing.googleapis.com/v3/urlNotifications:publish", "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Notifies that a URL has been updated or deleted." }, { "info": { "name": "Gets metadata about a Web Document", "type": "http" }, "http": { "method": "GET", "url": "https://indexing.googleapis.com/v3/urlNotifications/metadata", "params": [ { "name": "url", "value": "", "type": "query", "description": "URL that is being queried." } ], "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}}" } } }, "docs": "Gets metadata about a Web Document. This method can _only_ be used to query URLs that were previously seen in successful Indexing API notifications. Includes the latest `UrlNotification` received via this API." } ] } ], "bundled": true }