Googleapis Authorizedbuyersmarketplace
Connector for the googleapis-authorizedbuyersmarketplace API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://authorizedbuyersmarketplace.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
authorizedbuyersmarketplace_buyers_publisherprof— GET /v1/{name} — Gets the requested user profile by name.authorizedbuyersmarketplace_buyers_auctionpackag— GET /v1/{parent}/auctionPackages — List the auction packages subscribed by a buyer and its clients.authorizedbuyersmarketplace_buyers_clients_list— GET /v1/{parent}/clients — Lists all the clients for the current buyer.authorizedbuyersmarketplace_buyers_proposals_dea— GET /v1/{parent}/deals — Lists all deals in a proposal. To retrieve only the finalized revision deals regauthorizedbuyersmarketplace_buyers_finalizeddeal— GET /v1/{parent}/finalizedDeals — Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals"authorizedbuyersmarketplace_buyers_proposals_lis— GET /v1/{parent}/proposals — Lists proposals. A filter expression (list filter syntax) may be specified to fi
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: authorizedbuyersmarketplace_buyers_publisherprof
# (attach an 'oauth' credential to the task — no inline secrets)