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

인증

Authorization
string
header
필수

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

본문

application/json
email
string<email>
필수

응답

200 - application/json

성공

message
string