Method: permissions.get

  • Retrieves permissions associated with a specific issuer ID using a GET request.

  • Requires the https://www.googleapis.com/auth/wallet_object.issuer OAuth scope for authorization.

  • Utilizes a path parameter to specify the issuer ID, which must be unique and in int64 format.

  • Response provides permission details in the form of a Permissions object if the request is successful.

  • The request body should be empty for this operation.

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