sayren Docs
Auth

Refresh

POST
/storefront/v1/auth/token/refresh
AuthorizationBearer <token>

회원 accessToken

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

refreshToken*string
Length1 <= length

Response Body

curl -X POST "https://example.com/storefront/v1/auth/token/refresh" \  -H "Content-Type: application/json" \  -d '{    "refreshToken": "string"  }'
Empty