{ "opencollection": "1.0.0", "info": { "name": "Google Books About Addresses API", "version": "1.0.0" }, "items": [ { "info": { "name": "Addresses", "type": "folder" }, "items": [ { "info": { "name": "Google Get Forwarding Addresses", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/forwardingAddresses/:forwardingEmail", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "forwardingEmail", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Gets the specified forwarding address." }, { "info": { "name": "Google Delete Forwarding Addresses", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/forwardingAddresses/:forwardingEmail", "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "forwardingEmail", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Deletes the specified forwarding address and revokes any verification that may have been required. This method is only available to service account clients that have been delegated domain-wide authority." }, { "info": { "name": "Google List Forwarding Addresses", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/forwardingAddresses", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Lists the forwarding addresses for the specified account." } ] } ], "bundled": true }