Walletobjects Pay Passes
Connector for the walletobjects-pay-passes API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://walletobjects.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
walletobjects_eventticketclass_list— GET /walletobjects/v1/eventTicketClass — Returns a list of all event ticket classes for a given issuer ID.walletobjects_eventticketclass_get— GET /walletobjects/v1/eventTicketClass/{resourceId} — Returns the event ticket class with the given class ID.walletobjects_eventticketobject_list— GET /walletobjects/v1/eventTicketObject — Returns a list of all event ticket objects for a given issuer ID.walletobjects_eventticketobject_get— GET /walletobjects/v1/eventTicketObject/{resourceId} — Returns the event ticket object with the given object ID.walletobjects_flightclass_list— GET /walletobjects/v1/flightClass — Returns a list of all flight classes for a given issuer ID.walletobjects_flightclass_get— GET /walletobjects/v1/flightClass/{resourceId} — Returns the flight class with the given class ID.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: walletobjects_eventticketclass_list
# (attach an 'oauth' credential to the task — no inline secrets)