[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["Lists S/MIME configs for a specified send-as alias using an HTTP GET request."],["Requires providing user ID and send-as email address as path parameters."],["The response includes a list of SmimeInfo objects in JSON format, detailing the S/MIME configurations."],["Needs authorization with specific OAuth scopes like `gmail.settings.basic` or `gmail.modify`."]]],["This API endpoint retrieves S/MIME configurations for a specific send-as alias within a user's Gmail settings. It uses a `GET` request to the provided URL, incorporating `userId` and `sendAsEmail` as path parameters. The request body must be empty. A successful response returns a JSON object containing an array named `smimeInfo`. Access requires one of five specified OAuth scopes for authorization. Users can find more information in the Authorization guide.\n"]]