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 Feedback API

The feedback API from Automattic — 14 operation(s) for feedback.

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

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

This API exposes 21 operations across 14 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version v2.

Requests are made against a single base URL, https://public-api.wordpress.com.

21 operations 14 paths 1 schemas 3 DELETE10 GET1 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 2

Automattic Feedback 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, per https://public-api.wordpress.com/.well-known/openid-configuration

Paths & Operations 21

Across 14 paths, the API surfaces 21 operations — 3 DELETE, 10 GET, 1 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

feedback 21
GET
/wp/v2/sites/{wpcom_site}/feedback
GET /wp/v2/sites/{wpcomsite}/feedback
getWpV2SitesbyWpcomSiteFeedback 25 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/feedback
POST /wp/v2/sites/{wpcomsite}/feedback
postWpV2SitesbyWpcomSiteFeedback 1 param body → 200401404
POST
/wp/v2/sites/{wpcom_site}/feedback/bulk_actions
POST /wp/v2/sites/{wpcomsite}/feedback/bulkactions
postWpV2SitesbyWpcomSiteFeedbackBulkActions 1 param body → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/config
GET /wp/v2/sites/{wpcomsite}/feedback/config
getWpV2SitesbyWpcomSiteFeedbackConfig 1 param → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/counts
GET /wp/v2/sites/{wpcomsite}/feedback/counts
getWpV2SitesbyWpcomSiteFeedbackCounts 8 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/feedback/dismiss-classic-forms-notice
POST /wp/v2/sites/{wpcomsite}/feedback/dismiss-classic-forms-notice
postWpV2SitesbyWpcomSiteFeedbackDismissClassicFormsNotice 1 param → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/filters
GET /wp/v2/sites/{wpcomsite}/feedback/filters
getWpV2SitesbyWpcomSiteFeedbackFilters 1 param → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/integrations
GET /wp/v2/sites/{wpcomsite}/feedback/integrations
getWpV2SitesbyWpcomSiteFeedbackIntegrations 2 params → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/integrations-metadata
GET /wp/v2/sites/{wpcomsite}/feedback/integrations-metadata
getWpV2SitesbyWpcomSiteFeedbackIntegrationsMetadata 1 param → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/integrations/{slug}
GET /wp/v2/sites/{wpcomsite}/feedback/integrations/{slug}
getWpV2SitesbyWpcomSiteFeedbackIntegrationsbySlug 2 params → 200401404
DELETE
/wp/v2/sites/{wpcom_site}/feedback/integrations/{slug}
DELETE /wp/v2/sites/{wpcomsite}/feedback/integrations/{slug}
deleteWpV2SitesbyWpcomSiteFeedbackIntegrationsbySlug 2 params → 200401404
DELETE
/wp/v2/sites/{wpcom_site}/feedback/trash
DELETE /wp/v2/sites/{wpcomsite}/feedback/trash
deleteWpV2SitesbyWpcomSiteFeedbackTrash 2 params → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/{id}
GET /wp/v2/sites/{wpcomsite}/feedback/{id}
getWpV2SitesbyWpcomSiteFeedbackbyId 3 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/feedback/{id}
POST /wp/v2/sites/{wpcomsite}/feedback/{id}
postWpV2SitesbyWpcomSiteFeedbackbyId 2 params body → 200401404
PUT
/wp/v2/sites/{wpcom_site}/feedback/{id}
PUT /wp/v2/sites/{wpcomsite}/feedback/{id}
putWpV2SitesbyWpcomSiteFeedbackbyId 2 params body → 200401404
PATCH
/wp/v2/sites/{wpcom_site}/feedback/{id}
PATCH /wp/v2/sites/{wpcomsite}/feedback/{id}
patchWpV2SitesbyWpcomSiteFeedbackbyId 2 params body → 200401404
DELETE
/wp/v2/sites/{wpcom_site}/feedback/{id}
DELETE /wp/v2/sites/{wpcomsite}/feedback/{id}
deleteWpV2SitesbyWpcomSiteFeedbackbyId 3 params → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/{id}/autosaves
GET /wp/v2/sites/{wpcomsite}/feedback/{id}/autosaves
getWpV2SitesbyWpcomSiteFeedbackbyIdAutosaves 4 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/feedback/{id}/autosaves
POST /wp/v2/sites/{wpcomsite}/feedback/{id}/autosaves
postWpV2SitesbyWpcomSiteFeedbackbyIdAutosaves 2 params body → 200401404
POST
/wp/v2/sites/{wpcom_site}/feedback/{id}/read
POST /wp/v2/sites/{wpcomsite}/feedback/{id}/read
postWpV2SitesbyWpcomSiteFeedbackbyIdRead 2 params body → 200401404
GET
/wp/v2/sites/{wpcom_site}/feedback/{parent}/autosaves/{id}
GET /wp/v2/sites/{wpcomsite}/feedback/{parent}/autosaves/{id}
getWpV2SitesbyWpcomSiteFeedbackbyParentAutosavesbyId 4 params → 200401404

Schemas 1

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

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-feedback-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 Feedback 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.