[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-09-05 UTC"],[[["This API lists email forwarding addresses for a specified Gmail account."],["It uses an HTTP GET request with the user's email address as a path parameter."],["The response includes a list of forwarding addresses in JSON format."],["Authorization is required using one of the listed OAuth scopes, such as `https://www.googleapis.com/auth/gmail.settings.basic` or `https://www.googleapis.com/auth/gmail.readonly`."]]],["This document outlines how to list forwarding addresses for a Gmail account. A `GET` request is sent to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/forwardingAddresses`, using the user's email or \"me\" as the `userId` path parameter. The request body must be empty. A successful response returns a JSON object containing an array of forwarding addresses. Authorization requires specific OAuth scopes like `gmail.settings.basic`, `mail.google.com`, `gmail.modify`, or `gmail.readonly`.\n"]]