PearPear

Refresh cookie-based session

Refresh session using refresh token from HTTP-only cookies, returning the new access token for header-authenticated callers

POST
/auth/session/refresh

Response Body

application/json

curl -X POST "https://example.com/auth/session/refresh"
{  "accessToken": "string",  "tokenType": "Bearer",  "expiresIn": 1}