Skip to content

Refresh the access token

POST
/api/v1/customer/auth/refresh/

Exchange a refresh token for a new access token. No X-Subdomain needed — the store is encoded in the token.

Request Body

application/json
JSON
{
  
"refresh_token": "string"
}

Responses

New access token.

application/json
JSON
{
  
"status": true,
  
"status_code": 0,
  
"message": "string",
  
"data": {
  
  
"access_token": "string",
  
  
"access_expires_at": "string",
  
  
"token_type": "Bearer"
  
}
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

© Periscale