Appearance
비밀번호 초기화: 이메일 인증 요청 Tier 1
POST/auth/provider.local/reset-password.verificationCopied!
비밀번호 초기화 인증 메일을 발송해요.
접근 가능한 사용자
비로그인 사용자
Request
Body
emailstringrequired 이메일
Response
Returns 200 OK.
없음
Example
bash
curl -X POST 'https://api.youvico.com/auth/provider.local/reset-password.verification' \
-H 'Content-Type: application/json' \
-d '{
"email": "user@example.com"
}'