{ "opencollection": "1.0.0", "info": { "name": "Google Books About Address API", "version": "1.0.0" }, "items": [ { "info": { "name": "Address", "type": "folder" }, "items": [ { "info": { "name": "Google Create Forwarding Address", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/forwardingAddresses", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a forwarding address. If ownership verification is required, a message will be sent to the recipient and the resource's verification status will be set to `pending`; otherwise, the resource will be created with verification status set to `accepted`. This method is only available to service account clients that have been delegated domain-wide authority." } ] } ], "bundled": true }