[[["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-10-23 UTC."],[[["Returns a list of all issuers shared with the caller."],["Uses a GET HTTP request with an empty body."],["The response includes an array of Issuer resources."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope for access."]]],["The core content describes retrieving a list of shared issuers. The key action is a `GET` HTTP request to `https://walletobjects.googleapis.com/walletobjects/v1/issuer`, with an empty request body. A successful response returns a JSON structure containing an array of issuer objects (`resources[]`). This operation requires the OAuth scope: `https://www.googleapis.com/auth/wallet_object.issuer`. The provided details include the request, response bodies and authorization scope.\n"]]