Method: permissions.get
Stay organized with collections
Save and categorize content based on your preferences.
Returns the permissions for the given issuer id.
HTTP request
GET https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
resourceId |
string (int64 format)
The unique identifier for an issuer. This ID must be unique across all issuers.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Permissions
.
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 2025-03-13 UTC.
[null,null,["Last updated 2025-03-13 UTC."],[],["This document details retrieving permissions for a specific issuer using a GET request. The core action is a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/permissions/{resourceId}`, with the `resourceId` being a unique issuer identifier. The request body must be empty. A successful response contains `Permissions`. The process requires the OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer` for authorization. It uses gRPC Transcoding syntax for the URL.\n"],null,[]]