Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / E Commerce / Google / Google Workspace Reseller API
Google Workspace Reseller API logo

Google Workspace Reseller API

Browse all Google APIs
39
AI ReadinessNon-Ready (F)39/100
See full scorecard
Official vendor OpenAPI document · agent-readyE CommerceOrder Managementoauth217 EndpointsREST

For Agents

Place and manage Google Workspace subscriptions for reseller customers - change plans, adjust seats, suspend or activate subscriptions, and update renewal settings programmatically.

Use for: Place a Google Workspace Business Standard subscription order for a new customer, Change a customer's annual plan to a flexible plan, Increase the seat count on a customer subscription by 25, Suspend a subscription that has not paid its invoice

Not supported: Does not provision Workspace users, send email, or manage Drive content - use for placing and managing reseller subscriptions on behalf of customers only.

The Google Workspace Reseller API lets authorized partners place and manage orders for Google Workspace and other Google subscription products at scale, mirroring functionality that resellers otherwise perform manually in the Channel Services console. Operations cover customer creation and updates, subscription orders, plan changes, seat changes, renewal settings, suspension and reactivation, and trial-to-paid conversion. Resellers use it to drive provisioning workflows, billing transitions, and customer lifecycle management directly from their own systems.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Google Workspace Reseller API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Google Workspace Reseller API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Freseller" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgoogleapis.com%2Freseller" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Google Workspace Reseller API.

Insert a new reseller customer record and update its primary domain or postal address

Place a Google Workspace subscription order on behalf of a customer

Change the plan on an existing subscription, for example from FLEXIBLE to ANNUAL

Adjust the number of seats on a subscription with the changeSeats endpoint

Suspend or activate a subscription to handle non-payment or reinstatement workflows

Update renewal settings or transition a free trial to paid service

Use Cases

Patterns agents use Google Workspace Reseller API for, with concrete tasks.

★ Automated reseller provisioning

When a sales order closes in the reseller's CRM, an agent creates the customer in Google Workspace, places the matching subscription order, and writes the resulting subscription ID back to the CRM. The Reseller API exposes both customer insert and subscription insert endpoints so this can be a single automated chain instead of console clicks.

POST /apps/reseller/v1/customers with the customer payload, then POST /apps/reseller/v1/customers/{customerId}/subscriptions with the Workspace SKU and seat count.

Billing exception handling

A reseller's billing system flags overdue invoices. An agent calls suspend on those subscriptions to pause service, and once payment clears it calls activate to restore access. The Reseller API exposes both endpoints under each subscription resource path, returning the updated subscription state on success.

POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend on overdue accounts, then POST .../activate once payment is recorded.

Plan and seat right-sizing

An ops agent reviews quarterly utilization data and rebalances customer subscriptions: customers with consistent headcount move from FLEXIBLE to ANNUAL via changePlan, while those with seasonal hiring receive seat adjustments via changeSeats. The agent records each change with its returned subscription state for audit.

POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan with planName=ANNUAL_YEARLY_PAY for steady-state customers.

Agent-driven Workspace lifecycle through Jentic

An AI agent built on Jentic handles end-to-end Workspace lifecycle on behalf of the reseller: it searches for the place-order operation by intent, runs the call, and records the resulting subscription. Reseller OAuth credentials remain isolated in your Jentic One instance throughout.

Search Jentic for 'place google workspace subscription order', load the schema for POST /apps/reseller/v1/customers/{customerId}/subscriptions, execute with the SKU and seat count, return the subscription ID.

Key Endpoints

17 endpoints — the google workspace reseller api lets authorized partners place and manage orders for google workspace and other google subscription products at scale, mirroring functionality that resellers otherwise perform manually in the channel services console.

METHOD

PATH

DESCRIPTION

POST

/apps/reseller/v1/customers

Insert a reseller customer

GET

/apps/reseller/v1/customers/{customerId}

Get a reseller customer

PATCH

/apps/reseller/v1/customers/{customerId}

Patch a reseller customer

POST

/apps/reseller/v1/customers/{customerId}/subscriptions

Place a subscription order

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan

Change a subscription plan

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats

Change subscription seat count

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend

Suspend a subscription

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate

Activate a suspended subscription

POST

/apps/reseller/v1/customers

Insert a reseller customer

GET

/apps/reseller/v1/customers/{customerId}

Get a reseller customer

PATCH

/apps/reseller/v1/customers/{customerId}

Patch a reseller customer

POST

/apps/reseller/v1/customers/{customerId}/subscriptions

Place a subscription order

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan

Change a subscription plan

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changeSeats

Change subscription seat count

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/suspend

Suspend a subscription

POST

/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/activate

Activate a suspended subscription

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

G

Google Workspace Reseller API

- Non-Ready (F)
39/100
57
Foundational Compliance
56
Developer Experience & Jentic Compatibility
17
AI-Readiness & Agent Experience
94
Agent Usability
63
Security
61
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
57

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: C+Signals: 4
93%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

35%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

56

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: CSignals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

25%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

17

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
68%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

0%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

0%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

63

Security

Trust, risk posture, and security compliance.

Grade: B-Signals: 1
62%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

61

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: B-Signals: 1
61%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring the Google Workspace Reseller API by hand means configuring partner Google OAuth 2.0, refreshing scoped access tokens, and threading customer and subscription identifiers through the /apps/reseller/v1 endpoints on reseller.googleapis.com. Through Jentic you install once, import the Google Workspace Reseller API from the API Directory, store the OAuth credential once, and your agent calls it.

Permission scoping

This API puts the customer and subscription in the URL path (/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}), so a rule can pin your agent to one customer: it can read and place subscription orders for that customer and nothing else. You choose the operations it may call, so state-changing ones like suspending a subscription or changing seats are not included unless you add them.

Credential isolation

Your partner Google OAuth credential is stored once, encrypted, by your own Jentic One instance and a scoped access token is injected at execution time. The credential never enters the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent such as 'place a Google Workspace subscription order' or 'change a Workspace plan', and Jentic returns the matching Reseller operation with its input schema so the agent calls the right endpoint without reading the partner documentation.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Admin SDK

→

Manages users and groups inside the Workspace tenants the reseller provisions.

Use Reseller to place the order; use Admin SDK to provision users and groups inside the resulting tenant.

Complementary

Cloud Billing API

→

Tracks billing accounts that flank Workspace subscriptions.

Use Cloud Billing for GCP billing data; use Reseller for Workspace subscription orders.

Complementary

Chrome Policy API

→

Manages Chrome device and browser policies inside reseller-provisioned Workspace tenants.

Use Reseller to provision the tenant; use Chrome Policy to apply device policies inside it.

Alternative

Google Drive API

→

Operates on Drive content rather than the underlying Workspace subscription.

Choose Drive for content-level operations; choose Reseller when changing the subscription itself.

FAQs

Specific to using Google Workspace Reseller API through Jentic.

What authentication does the Workspace Reseller API use?

It uses Google OAuth 2.0 with the apps.order scope, declared as Oauth2 and Oauth2c. Only authorized Google Workspace reseller principals can call the API. Through Jentic, the reseller's OAuth credentials are stored encrypted in your Jentic One instance and only short-lived access tokens are exchanged at call time.

Can I change a customer's subscription plan with the Reseller API?

Yes. POST /apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}/changePlan accepts a planName such as ANNUAL_YEARLY_PAY, ANNUAL_MONTHLY_PAY, or FLEXIBLE, along with a seats payload, and returns the updated subscription. The change takes effect at the next renewal boundary defined by the new plan.

What are the rate limits for the Workspace Reseller API?

Google enforces per-project quotas on Reseller API calls; the default user-based quota is 240 queries per minute per project, with mutating order placement and plan-change endpoints sharing that pool. Higher quotas can be requested through the Cloud Console for established resellers.

How do I place a subscription order through Jentic?

Search Jentic for 'place google workspace subscription order', load the schema for POST /apps/reseller/v1/customers/{customerId}/subscriptions, and execute with the SKU id, plan, and seat count. Jentic returns the new subscription record, including its subscriptionId for downstream tracking.

Can I suspend and reactivate subscriptions for non-paying customers?

Yes. POST .../suspend pauses service immediately, and POST .../activate restores it once the customer becomes current. Both endpoints return the updated subscription resource so the agent can confirm the status change before logging the event.

Is the Workspace Reseller API free?

The API is free to call for authorized Google Workspace resellers; there is no per-call fee. Charges accrue from the underlying Workspace subscriptions placed through it, billed to the reseller agreement on the standard partner schedule.

Can I limit what my agent is allowed to do with the Google Workspace Reseller API?

Yes. Because you run Jentic One yourself, your own rules decide which Reseller operations and which OAuth credential the agent may use. Since the customer and subscription sit in the URL path (/apps/reseller/v1/customers/{customerId}/subscriptions/{subscriptionId}), you can pin the agent to a single customer so it only reads and places subscription orders for that customer and nothing else. You also choose the exact operations it can call, so state-changing ones like suspending a subscription or changing seats stay unavailable unless you explicitly grant them.

GET STARTED

Start building with Google Workspace Reseller API

Explore with Jentic One
View OpenAPI Document