AI-generated Key Takeaways
- 
          The Google Wallet Objects API enables issuers to create, manage, and update various digital passes, including event tickets, loyalty cards, and more, within the Google Wallet ecosystem. 
- 
          It uses REST resources with specific methods (addmessage, get, insert, list, patch, update) to interact with different object types like event tickets, flights, and loyalty cards. 
- 
          Developers can leverage the Google-provided client libraries and the API's discovery document for seamless integration. 
- 
          The API offers comprehensive management for transit passes, including defining transit classes and managing individual transit objects. 
- 
          Key resources include eventticketclass,eventticketobject,flightclass,flightobject,loyaltyclass,loyaltyobject,transitclass, andtransitobject, each with dedicated methods for manipulation and retrieval.
API for issuers to save and manage Google Wallet Objects.
- REST Resource: eventticketclass
- REST Resource: eventticketobject
- REST Resource: flightclass
- REST Resource: flightobject
- REST Resource: genericclass
- REST Resource: genericobject
- REST Resource: giftcardclass
- REST Resource: giftcardobject
- REST Resource: issuer
- REST Resource: jwt
- REST Resource: loyaltyclass
- REST Resource: loyaltyobject
- REST Resource: media
- REST Resource: offerclass
- REST Resource: offerobject
- REST Resource: permissions
- REST Resource: smarttap
- REST Resource: transitclass
- REST Resource: transitobject
- REST Resource: walletobjects.v1.privateContent
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}/addMessageAdds 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/eventTicketClassInserts an event ticket class with the given ID and properties. | 
| list | GET /walletobjects/v1/eventTicketClassReturns 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}/addMessageAdds 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/eventTicketObjectInserts an event ticket object with the given ID and properties. | 
| list | GET /walletobjects/v1/eventTicketObjectReturns a list of all event ticket objects for a given issuer ID. | 
| modifylinkedofferobjects | POST /walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjectsModifies 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}/addMessageAdds 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/flightClassInserts an flight class with the given ID and properties. | 
| list | GET /walletobjects/v1/flightClassReturns 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}/addMessageAdds 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/flightObjectInserts an flight object with the given ID and properties. | 
| list | GET /walletobjects/v1/flightObjectReturns 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}/addMessageAdds 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/genericClassInserts a generic class with the given ID and properties. | 
| list | GET /walletobjects/v1/genericClassReturns 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}/addMessageAdds 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/genericObjectInserts a generic object with the given ID and properties. | 
| list | GET /walletobjects/v1/genericObjectReturns 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}/addMessageAdds 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/giftCardClassInserts an gift card class with the given ID and properties. | 
| list | GET /walletobjects/v1/giftCardClassReturns 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}/addMessageAdds 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/giftCardObjectInserts an gift card object with the given ID and properties. | 
| list | GET /walletobjects/v1/giftCardObjectReturns 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/issuerInserts an issuer with the given ID and properties. | 
| list | GET /walletobjects/v1/issuerReturns 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/jwtInserts the resources in the JWT. | 
REST Resource: loyaltyclass
| Methods | |
|---|---|
| addmessage | POST /walletobjects/v1/loyaltyClass/{resourceId}/addMessageAdds 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/loyaltyClassInserts an loyalty class with the given ID and properties. | 
| list | GET /walletobjects/v1/loyaltyClassReturns 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}/addMessageAdds 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/loyaltyObjectInserts an loyalty object with the given ID and properties. | 
| list | GET /walletobjects/v1/loyaltyObjectReturns a list of all loyalty objects for a given issuer ID. | 
| modifylinkedofferobjects | POST /walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjectsModifies 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}/downloadRotatingBarcodeValuesDownloads rotating barcode values for the transit object referenced by the given object ID. | 
| upload | POST /walletobjects/v1/transitObject/{resourceId}/uploadRotatingBarcodeValuesPOST /upload/walletobjects/v1/transitObject/{resourceId}/uploadRotatingBarcodeValuesUploads rotating barcode values for the transit object referenced by the given object ID. | 
REST Resource: offerclass
| Methods | |
|---|---|
| addmessage | POST /walletobjects/v1/offerClass/{resourceId}/addMessageAdds 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/offerClassInserts an offer class with the given ID and properties. | 
| list | GET /walletobjects/v1/offerClassReturns 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}/addMessageAdds 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/offerObjectInserts an offer object with the given ID and properties. | 
| list | GET /walletobjects/v1/offerObjectReturns 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/smartTapInserts the smart tap. | 
REST Resource: transitclass
| Methods | |
|---|---|
| addmessage | POST /walletobjects/v1/transitClass/{resourceId}/addMessageAdds 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/transitClassInserts a transit class with the given ID and properties. | 
| list | GET /walletobjects/v1/transitClassReturns 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}/addMessageAdds 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/transitObjectInserts an transit object with the given ID and properties. | 
| list | GET /walletobjects/v1/transitObjectReturns 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. | 
REST Resource: walletobjects.v1.privateContent
| Methods | |
|---|---|
| setPassUpdateNotice | POST /walletobjects/v1/privateContent/setPassUpdateNoticeProvide Google with information about awaiting private pass update. | 
