Hub APIhub-api reference
Refresh access token using refresh cookie
Response Body
application/json
curl -X POST "https://example.com/api/v1/auth/refresh"{
"accessToken": "string",
"expiresAt": 0
}Empty
application/json
curl -X POST "https://example.com/api/v1/auth/refresh"{
"accessToken": "string",
"expiresAt": 0
}