v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1398152302.3 KB
walletobjects

Provide Google with information about awaiting private pass update. This will allow Google to provide the update notification to the device that currently holds this pass.

post/walletobjects/v1/privateContent/setPassUpdateNotice

Request body

externalPassIdstring

Required. A fully qualified identifier of the pass that the issuer wants to notify the pass holder(s) about. Formatted as .

updateUristring

Required. The issuer endpoint URI the pass holder needs to follow in order to receive an updated pass JWT. It can not contain any sensitive information. The endpoint needs to authenticate the user before giving the user the updated JWT. Example update URI https://someissuer.com/update/passId=someExternalPassId

updatedPassJwtSignaturestring

Required. The JWT signature of the updated pass that the issuer wants to notify Google about. Only devices that report a different JWT signature than this JWT signature will receive the update notification.

Response

Successful response