메인 콘텐츠로 건너뛰기
POST
/
storefront
/
customer-auth
/
reset-password
비밀번호 재설정
curl --request POST \
  --url https://api.headlesscommerce.io/v1/storefront/customer-auth/reset-password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "message": "<string>"
}

인증

Authorization
string
header
필수

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

본문

application/json
token
string
필수
password
string
필수
Minimum string length: 8

응답

200 - application/json

성공

message
string