Refresh a JWT token pair
Auth – REST
Refresh a JWT token pair
Exchanges an expired (or still-valid) auth token for a new token pair, provided the refresh window has not elapsed.
Send the current token in the Authorization: Bearer {token} header.
The token may already be expired — only the refresh window matters.
Public endpoint — no WP nonce required.
GET
Refresh a JWT token pair
Headers
Bearer {token} — the current (possibly expired) auth token
Example:
"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."