# Google Pay Passes API **Provider:** Google Pay Passes **Category:** ai **Base URL:** `https://walletobjects.googleapis.com/` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://google.com ## Description API for issuers to save and manage Google Wallet Objects. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass` | Returns a list of all event ticket classes for a given issuer ID. | | POST | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass` | Inserts an event ticket class with the given ID and properties. | | GET | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass/{resourceId}` | Returns the event ticket class with the given class ID. | | PATCH | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass/{resourceId}` | Updates the event ticket class referenced by the given class ID. This method sup | | PUT | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass/{resourceId}` | Updates the event ticket class referenced by the given class ID. | | POST | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass/{resourceId}/addMessage` | Adds a message to the event ticket class referenced by the given class ID. | | GET | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketObject` | Returns a list of all event ticket objects for a given issuer ID. | | POST | `https://walletobjects.googleapis.com//walletobjects/v1/eventTicketObject` | Inserts an event ticket object with the given ID and properties. | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://walletobjects.googleapis.com//walletobjects/v1/eventTicketClass' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Google developer account. Loyalty cards and event tickets via Google Wallet. --- *Source: [API Map](https://apimap.dev/apis/google-pay-passes/) — CC BY 4.0*