API for issuers to save and manage Google Wallet Objects.
https://walletobjects.googleapis.com/
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://google.com
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)6.51s
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Free with Google developer account. Loyalty cards and event tickets via Google Wallet.
| Method | Path | Description |
|---|---|---|
| GET | /walletobjects/v1/eventTicketClass |
Returns a list of all event ticket classes for a given issuer ID. |
| POST | /walletobjects/v1/eventTicketClass |
Inserts an event ticket class with the given ID and properties. |
| GET | /walletobjects/v1/eventTicketClass/{resourceId} |
Returns the event ticket class with the given class ID. |
| PATCH | /walletobjects/v1/eventTicketClass/{resourceId} |
Updates the event ticket class referenced by the given class ID. This method sup |
| PUT | /walletobjects/v1/eventTicketClass/{resourceId} |
Updates the event ticket class referenced by the given class ID. |
| POST | /walletobjects/v1/eventTicketClass/{resourceId}/addMessage |
Adds a message to the event ticket class referenced by the given class ID. |
| GET | /walletobjects/v1/eventTicketObject |
Returns a list of all event ticket objects for a given issuer ID. |
| POST | /walletobjects/v1/eventTicketObject |
Inserts an event ticket object with the given ID and properties. |
curl -X GET 'https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Google Pay Passes documentation.