[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-11-07 (UTC)"],[[["Retrieves issuer information using a GET request to a specified URL with the issuer ID as a path parameter."],["The request body should be empty and the response body contains an `Issuer` object upon successful retrieval."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["The core content describes retrieving an issuer using a `GET` request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/issuer/{resourceId}`. The `resourceId` is a string representing the issuer's unique identifier and is the only path parameter. The request body must be empty. A successful response contains an instance of `Issuer`. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The content uses gRPC Transcoding syntax for the URL.\n"]]