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.
Request Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
Was this page helpful?
Review WordPress Catalog Access
Review WordPress Catalog Access. Open the authenticated SpaceMedia consent screen for a registered WordPress installation. The request requires an active browser session and uses OAuth state plus PKCE S256 to bind the callback securely.
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.