Read the Authorized WordPress Catalog
Return the authorized organization or user catalog as bounded release pages for the WordPress plugin. The endpoint is read-only, exposes public catalog references, and accepts only a short-lived WordPress OAuth bearer token.
Authorization
WordPressOAuthBearer Access token issued by the WordPress OAuth token endpoint. It is separate from organization Delivery API bearer tokens.
In: header
Query Parameters
1 <= value11 <= value <= 100100Response Body
application/json
application/json
application/json
application/json
Was this page helpful?
Exchange or Refresh a WordPress OAuth Token
Exchange or Refresh a WordPress OAuth Token. Exchange a single-use authorization code and PKCE verifier, or rotate a valid refresh token. Access tokens expire after fifteen minutes, refresh tokens rotate on every use, and token responses must never be cached or logged.
Revoke WordPress Catalog Access
Revoke WordPress Catalog Access. Revoke the current WordPress installation connection and invalidate its access and refresh tokens. The operation is scoped by the presented short-lived WordPress OAuth bearer token and returns no secret material.