[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]