Method: issuer.list
Returns a list of all issuers shared to the caller.
HTTP request
GET https://walletobjects.googleapis.com/walletobjects/v1/issuer
The URL uses gRPC Transcoding syntax.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
{
"resources": [
{
object (Issuer )
}
]
} |
Fields |
resources[] |
object (Issuer )
Resources corresponding to the list request.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/wallet_object.issuer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["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"]]