Skip to main content
GET
Key introspection — the plugin's connection test

Authorizations

Authorization
string
header
required

An API key minted from the dashboard (POST /api/api-keys), of either class: api (prefix pxg_) or wordpress (prefix pxg_wp_). Which class a given route accepts is documented per-endpoint below; presenting a real key of a class the route doesn't accept is 403 WRONG_KEY_CLASS, never folded into 401 INVALID_API_KEY. No cookie fallback exists.

Response

OK

organizationId
string
required
organizationSlug
string
required
organizationName
string
required
keyId
string
required
keyClass
enum<string>
required
Available options:
api,
wordpress
permissions
object | null
required
boundProject
object | null
required
quota
object
required

The org's POOLED storage quota (CDN + Processing combined, plan-21 §3/§4) — org-wide, identical for either key class and independent of boundProject.