Googleapis Reseller
Connector for the googleapis-reseller API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://reseller.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
reseller_customers_get— GET /apps/reseller/v1/customers/{customerId} — Gets a customer account. Use this operation to see a customer account already inreseller_subscriptions_get— GET /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId} — Gets a specific subscription. ThesubscriptionIdcan be found using the [Retrireseller_resellernotify_getwatchdetails— GET /apps/reseller/v1/resellernotify/getwatchdetails — Returns all the details of the watch corresponding to the reseller.reseller_subscriptions_list— GET /apps/reseller/v1/subscriptions — Lists of subscriptions managed by the reseller. The list can be all subscriptionreseller_customers_insert— POST /apps/reseller/v1/customers — Orders a new customer's account. Before ordering a new customer account, establireseller_customers_update— PUT /apps/reseller/v1/customers/{customerId} — Updates a customer account's settings. You cannot updatecustomerTypevia the
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: reseller_customers_get
# (attach an 'oauth' credential to the task — no inline secrets)