How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Automattic Marketplace API

The marketplace API from Automattic — 20 operation(s) for marketplace.

Automattic Marketplace API is one of 385 APIs that Automattic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Marketplace. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 23 operations across 20 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://public-api.wordpress.com/rest/v1.3, https://public-api.wordpress.com.

23 operations 20 paths 2 schemas 14 GET1 PATCH7 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://public-api.wordpress.com/rest/v1.1
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Automattic Marketplace API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 21 scopes. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • oauth2 — WordPress.com OAuth 2.1 (see /.well-known/openid-configuration).
  • bearerAuth — Authorization: Bearer

Paths & Operations 23

Across 20 paths, the API surfaces 23 operations — 14 GET, 1 PATCH, 7 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

marketplace 23
GET
/marketplace/search
Search the Wordpress.com Marketplace
getMarketplaceSearch 17 params → 200400401403404
GET
/marketplace/{product_slug}/related
Get related marketplace products
getMarketplaceByProductSlugRelated 9 params → 200400401403404
POST
/wpcom/v2/marketplace/jetpack-scan
POST /wpcom/v2/marketplace/jetpack-scan
postWpcomV2MarketplaceJetpackScan body → 200401404
GET
/wpcom/v2/marketplace/products
GET /wpcom/v2/marketplace/products
getWpcomV2MarketplaceProducts → 200401404
GET
/wpcom/v2/marketplace/products/{id}
GET /wpcom/v2/marketplace/products/{id}
getWpcomV2MarketplaceProductsbyId 1 param → 200401404
GET
/wpcom/v2/marketplace/products/{slug}
GET /wpcom/v2/marketplace/products/{slug}
getWpcomV2MarketplaceProductsbySlug 1 param → 200401404
POST
/wpcom/v2/marketplace/products/{slug}
POST /wpcom/v2/marketplace/products/{slug}
postWpcomV2MarketplaceProductsbySlug 1 param body → 200401404
PUT
/wpcom/v2/marketplace/products/{slug}
PUT /wpcom/v2/marketplace/products/{slug}
putWpcomV2MarketplaceProductsbySlug 1 param body → 200401404
PATCH
/wpcom/v2/marketplace/products/{slug}
PATCH /wpcom/v2/marketplace/products/{slug}
patchWpcomV2MarketplaceProductsbySlug 1 param body → 200401404
POST
/wpcom/v2/marketplace/vendor/billing-intent
POST /wpcom/v2/marketplace/vendor/billing-intent
postWpcomV2MarketplaceVendorBillingIntent body → 200401404
POST
/wpcom/v2/marketplace/vendor/billing-intent-siteless
POST /wpcom/v2/marketplace/vendor/billing-intent-siteless
postWpcomV2MarketplaceVendorBillingIntentSiteless body → 200401404
GET
/wpcom/v2/marketplace/vendor/billing-intent/{intent_id}
GET /wpcom/v2/marketplace/vendor/billing-intent/{intentid}
getWpcomV2MarketplaceVendorBillingIntentbyIntentId 1 param → 200401404
GET
/wpcom/v2/marketplace/vendor/schema
GET /wpcom/v2/marketplace/vendor/schema
getWpcomV2MarketplaceVendorSchema → 200401404
GET
/wpcom/v2/marketplace/vendor/subscriptions
GET /wpcom/v2/marketplace/vendor/subscriptions
getWpcomV2MarketplaceVendorSubscriptions 3 params → 200401404
GET
/wpcom/v2/marketplace/vendor/subscriptions/{ownership_id}
GET /wpcom/v2/marketplace/vendor/subscriptions/{ownershipid}
getWpcomV2MarketplaceVendorSubscriptionsbyOwnershipId 1 param → 200401404
POST
/wpcom/v2/marketplace/vendor/subscriptions/{ownership_id}/addon
POST /wpcom/v2/marketplace/vendor/subscriptions/{ownershipid}/addon
postWpcomV2MarketplaceVendorSubscriptionsbyOwnershipIdAddon 1 param body → 200401404
POST
/wpcom/v2/marketplace/vendor/subscriptions/{ownership_id}/cancel
POST /wpcom/v2/marketplace/vendor/subscriptions/{ownershipid}/cancel
postWpcomV2MarketplaceVendorSubscriptionsbyOwnershipIdCancel 1 param → 200401404
GET
/wpcom/v2/marketplace/vendor/subscriptions/{wpcom_site}/{product_slug}
GET /wpcom/v2/marketplace/vendor/subscriptions/{wpcomsite}/{productslug}
getWpcomV2MarketplaceVendorSubscriptionsbyWpcomSitebyProductSlug 2 params → 200401404
POST
/wpcom/v2/marketplace/vendor/webhooks
POST /wpcom/v2/marketplace/vendor/webhooks
postWpcomV2MarketplaceVendorWebhooks body → 200401404
GET
/wpcom/v2/marketplace/{type}/updates
GET /wpcom/v2/marketplace/{type}/updates
getWpcomV2MarketplacebyTypeUpdates 1 param → 200401404
GET
/wpcom/v2/sites/{wpcom_site}/marketplace/products/reinstall
GET /wpcom/v2/sites/{wpcomsite}/marketplace/products/reinstall
getWpcomV2SitesbyWpcomSiteMarketplaceProductsReinstall 1 param → 200401404
GET
/wpcom/v2/sites/{wpcom_site}/marketplace/reviews/{product_type}/{product_slug}/stats
GET /wpcom/v2/sites/{wpcomsite}/marketplace/reviews/{producttype}/{productslug}/stats
getWpcomV2SitesbyWpcomSiteMarketplaceReviewsbyProductTypebyProductSlugStats 3 params → 200401404
GET
/wpcom/v2/sites/{wpcom_site}/marketplace/reviews/{product_type}/{product_slug}/validate
GET /wpcom/v2/sites/{wpcomsite}/marketplace/reviews/{producttype}/{productslug}/validate
getWpcomV2SitesbyWpcomSiteMarketplaceReviewsbyProductTypebyProductSlugValidate 3 params → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are WPRestError (3 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
WordPress.com REST API error envelope (observed live).
2 properties
WPRestError
object
WordPress REST API error envelope (observed on public-api.wordpress.com).
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

automattic-marketplace-api-openapi.yml Raw ↑

Other APIs Automattic publishes across the network.

WordPress.com MCP Server
WordPress VIP Platform API
Automattic A8c Lore API
Automattic A8cmentorship API
Automattic Abilities API
Automattic Activity API
Automattic Activity Log Events API
Automattic Activitypub API
Automattic Adflow API
Automattic Admin Bar API
Automattic Admin Color API
Automattic Admin Menu API
Where this information came from

This is an independent, third-party profile of Automattic Marketplace API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.