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.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
Was this page helpful?
Approve or Deny WordPress Catalog Access
Approve or Deny WordPress Catalog Access. Approve or deny the pending read-only catalog request in an authenticated SpaceMedia browser session. Approval creates a single-use authorization code that expires after ten minutes and is returned only to the registered callback.
Read the Authorized WordPress Catalog
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.