Google Wallet API

API for issuers to save and manage Google Wallet Objects.

Service: walletobjects.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://walletobjects.googleapis.com

REST Resource: eventticketclass

Methods
addmessage POST /walletobjects/v1/eventTicketClass/{resourceId}/addMessage
Adds a message to the event ticket class referenced by the given class ID.
get GET /walletobjects/v1/eventTicketClass/{resourceId}
Returns the event ticket class with the given class ID.
insert POST /walletobjects/v1/eventTicketClass
Inserts an event ticket class with the given ID and properties.
list GET /walletobjects/v1/eventTicketClass
Returns a list of all event ticket classes for a given issuer ID.
patch PATCH /walletobjects/v1/eventTicketClass/{resourceId}
Updates the event ticket class referenced by the given class ID.
update PUT /walletobjects/v1/eventTicketClass/{resourceId}
Updates the event ticket class referenced by the given class ID.

REST Resource: eventticketobject

Methods
addmessage POST /walletobjects/v1/eventTicketObject/{resourceId}/addMessage
Adds a message to the event ticket object referenced by the given object ID.
get GET /walletobjects/v1/eventTicketObject/{resourceId}
Returns the event ticket object with the given object ID.
insert POST /walletobjects/v1/eventTicketObject
Inserts an event ticket object with the given ID and properties.
list GET /walletobjects/v1/eventTicketObject
Returns a list of all event ticket objects for a given issuer ID.
modifylinkedofferobjects POST /walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjects
Modifies linked offer objects for the event ticket object with the given ID.
patch PATCH /walletobjects/v1/eventTicketObject/{resourceId}
Updates the event ticket object referenced by the given object ID.
update PUT /walletobjects/v1/eventTicketObject/{resourceId}
Updates the event ticket object referenced by the given object ID.

REST Resource: flightclass

Methods
addmessage POST /walletobjects/v1/flightClass/{resourceId}/addMessage
Adds a message to the flight class referenced by the given class ID.
get GET /walletobjects/v1/flightClass/{resourceId}
Returns the flight class with the given class ID.
insert POST /walletobjects/v1/flightClass
Inserts an flight class with the given ID and properties.
list GET /walletobjects/v1/flightClass
Returns a list of all flight classes for a given issuer ID.
patch PATCH /walletobjects/v1/flightClass/{resourceId}
Updates the flight class referenced by the given class ID.
update PUT /walletobjects/v1/flightClass/{resourceId}
Updates the flight class referenced by the given class ID.

REST Resource: flightobject

Methods
addmessage POST /walletobjects/v1/flightObject/{resourceId}/addMessage
Adds a message to the flight object referenced by the given object ID.
get GET /walletobjects/v1/flightObject/{resourceId}
Returns the flight object with the given object ID.
insert POST /walletobjects/v1/flightObject
Inserts an flight object with the given ID and properties.
list GET /walletobjects/v1/flightObject
Returns a list of all flight objects for a given issuer ID.
patch PATCH /walletobjects/v1/flightObject/{resourceId}
Updates the flight object referenced by the given object ID.
update PUT /walletobjects/v1/flightObject/{resourceId}
Updates the flight object referenced by the given object ID.

REST Resource: genericclass

Methods
addmessage POST /walletobjects/v1/genericClass/{resourceId}/addMessage
Adds a message to the generic class referenced by the given class ID.
get GET /walletobjects/v1/genericClass/{resourceId}
Returns the generic class with the given class ID.
insert POST /walletobjects/v1/genericClass
Inserts a generic class with the given ID and properties.
list GET /walletobjects/v1/genericClass
Returns a list of all generic classes for a given issuer ID.
patch PATCH /walletobjects/v1/genericClass/{resourceId}
Updates the generic class referenced by the given class ID.
update PUT /walletobjects/v1/genericClass/{resourceId}
Updates the Generic class referenced by the given class ID.

REST Resource: genericobject

Methods
addmessage POST /walletobjects/v1/genericObject/{resourceId}/addMessage
Adds a message to the generic object referenced by the given object ID.
get GET /walletobjects/v1/genericObject/{resourceId}
Returns the generic object with the given object ID.
insert POST /walletobjects/v1/genericObject
Inserts a generic object with the given ID and properties.
list GET /walletobjects/v1/genericObject
Returns a list of all generic objects for a given issuer ID.
patch PATCH /walletobjects/v1/genericObject/{resourceId}
Updates the generic object referenced by the given object ID.
update PUT /walletobjects/v1/genericObject/{resourceId}
Updates the generic object referenced by the given object ID.

REST Resource: giftcardclass

Methods
addmessage POST /walletobjects/v1/giftCardClass/{resourceId}/addMessage
Adds a message to the gift card class referenced by the given class ID.
get GET /walletobjects/v1/giftCardClass/{resourceId}
Returns the gift card class with the given class ID.
insert POST /walletobjects/v1/giftCardClass
Inserts an gift card class with the given ID and properties.
list GET /walletobjects/v1/giftCardClass
Returns a list of all gift card classes for a given issuer ID.
patch PATCH /walletobjects/v1/giftCardClass/{resourceId}
Updates the gift card class referenced by the given class ID.
update PUT /walletobjects/v1/giftCardClass/{resourceId}
Updates the gift card class referenced by the given class ID.

REST Resource: giftcardobject

Methods
addmessage POST /walletobjects/v1/giftCardObject/{resourceId}/addMessage
Adds a message to the gift card object referenced by the given object ID.
get GET /walletobjects/v1/giftCardObject/{resourceId}
Returns the gift card object with the given object ID.
insert POST /walletobjects/v1/giftCardObject
Inserts an gift card object with the given ID and properties.
list GET /walletobjects/v1/giftCardObject
Returns a list of all gift card objects for a given issuer ID.
patch PATCH /walletobjects/v1/giftCardObject/{resourceId}
Updates the gift card object referenced by the given object ID.
update PUT /walletobjects/v1/giftCardObject/{resourceId}
Updates the gift card object referenced by the given object ID.

REST Resource: issuer

Methods
get GET /walletobjects/v1/issuer/{resourceId}
Returns the issuer with the given issuer ID.
insert POST /walletobjects/v1/issuer
Inserts an issuer with the given ID and properties.
list GET /walletobjects/v1/issuer
Returns a list of all issuers shared to the caller.
patch PATCH /walletobjects/v1/issuer/{resourceId}
Updates the issuer referenced by the given issuer ID.
update PUT /walletobjects/v1/issuer/{resourceId}
Updates the issuer referenced by the given issuer ID.

REST Resource: jwt

Methods
insert POST /walletobjects/v1/jwt
Inserts the resources in the JWT.

REST Resource: loyaltyclass

Methods
addmessage POST /walletobjects/v1/loyaltyClass/{resourceId}/addMessage
Adds a message to the loyalty class referenced by the given class ID.
get GET /walletobjects/v1/loyaltyClass/{resourceId}
Returns the loyalty class with the given class ID.
insert POST /walletobjects/v1/loyaltyClass
Inserts an loyalty class with the given ID and properties.
list GET /walletobjects/v1/loyaltyClass
Returns a list of all loyalty classes for a given issuer ID.
patch PATCH /walletobjects/v1/loyaltyClass/{resourceId}
Updates the loyalty class referenced by the given class ID.
update PUT /walletobjects/v1/loyaltyClass/{resourceId}
Updates the loyalty class referenced by the given class ID.

REST Resource: loyaltyobject

Methods
addmessage POST /walletobjects/v1/loyaltyObject/{resourceId}/addMessage
Adds a message to the loyalty object referenced by the given object ID.
get GET /walletobjects/v1/loyaltyObject/{resourceId}
Returns the loyalty object with the given object ID.
insert POST /walletobjects/v1/loyaltyObject
Inserts an loyalty object with the given ID and properties.
list GET /walletobjects/v1/loyaltyObject
Returns a list of all loyalty objects for a given issuer ID.
modifylinkedofferobjects POST /walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjects
Modifies linked offer objects for the loyalty object with the given ID.
patch PATCH /walletobjects/v1/loyaltyObject/{resourceId}
Updates the loyalty object referenced by the given object ID.
update PUT /walletobjects/v1/loyaltyObject/{resourceId}
Updates the loyalty object referenced by the given object ID.

REST Resource: media

Methods
download GET /walletobjects/v1/transitObject/{resourceId}/downloadRotatingBarcodeValues
Downloads rotating barcode values for the transit object referenced by the given object ID.
upload POST /walletobjects/v1/transitObject/{resourceId}/uploadRotatingBarcodeValues
POST /upload/walletobjects/v1/transitObject/{resourceId}/uploadRotatingBarcodeValues
Uploads rotating barcode values for the transit object referenced by the given object ID.

REST Resource: offerclass

Methods
addmessage POST /walletobjects/v1/offerClass/{resourceId}/addMessage
Adds a message to the offer class referenced by the given class ID.
get GET /walletobjects/v1/offerClass/{resourceId}
Returns the offer class with the given class ID.
insert POST /walletobjects/v1/offerClass
Inserts an offer class with the given ID and properties.
list GET /walletobjects/v1/offerClass
Returns a list of all offer classes for a given issuer ID.
patch PATCH /walletobjects/v1/offerClass/{resourceId}
Updates the offer class referenced by the given class ID.
update PUT /walletobjects/v1/offerClass/{resourceId}
Updates the offer class referenced by the given class ID.

REST Resource: offerobject

Methods
addmessage POST /walletobjects/v1/offerObject/{resourceId}/addMessage
Adds a message to the offer object referenced by the given object ID.
get GET /walletobjects/v1/offerObject/{resourceId}
Returns the offer object with the given object ID.
insert POST /walletobjects/v1/offerObject
Inserts an offer object with the given ID and properties.
list GET /walletobjects/v1/offerObject
Returns a list of all offer objects for a given issuer ID.
patch PATCH /walletobjects/v1/offerObject/{resourceId}
Updates the offer object referenced by the given object ID.
update PUT /walletobjects/v1/offerObject/{resourceId}
Updates the offer object referenced by the given object ID.

REST Resource: permissions

Methods
get GET /walletobjects/v1/permissions/{resourceId}
Returns the permissions for the given issuer id.
update PUT /walletobjects/v1/permissions/{resourceId}
Updates the permissions for the given issuer.

REST Resource: smarttap

Methods
insert POST /walletobjects/v1/smartTap
Inserts the smart tap.

REST Resource: transitclass

Methods
addmessage POST /walletobjects/v1/transitClass/{resourceId}/addMessage
Adds a message to the transit class referenced by the given class ID.
get GET /walletobjects/v1/transitClass/{resourceId}
Returns the transit class with the given class ID.
insert POST /walletobjects/v1/transitClass
Inserts a transit class with the given ID and properties.
list GET /walletobjects/v1/transitClass
Returns a list of all transit classes for a given issuer ID.
patch PATCH /walletobjects/v1/transitClass/{resourceId}
Updates the transit class referenced by the given class ID.
update PUT /walletobjects/v1/transitClass/{resourceId}
Updates the transit class referenced by the given class ID.

REST Resource: transitobject

Methods
addmessage POST /walletobjects/v1/transitObject/{resourceId}/addMessage
Adds a message to the transit object referenced by the given object ID.
get GET /walletobjects/v1/transitObject/{resourceId}
Returns the transit object with the given object ID.
insert POST /walletobjects/v1/transitObject
Inserts an transit object with the given ID and properties.
list GET /walletobjects/v1/transitObject
Returns a list of all transit objects for a given issuer ID.
patch PATCH /walletobjects/v1/transitObject/{resourceId}
Updates the transit object referenced by the given object ID.
update PUT /walletobjects/v1/transitObject/{resourceId}
Updates the transit object referenced by the given object ID.