Appearance
회원가입: 이메일 인증 요청 Tier 1
POST/auth/provider.local/sign-up.verificationCopied!
회원가입 인증 메일을 발송해요.
접근 가능한 사용자
비로그인 사용자
Request
Body
emailstringrequired 이메일
Response
Returns 204 No Content.
없음
Example
bash
curl -X POST 'https://api.youvico.com/auth/provider.local/sign-up.verification' \
-H 'Content-Type: application/json' \
-d '{
"email": "user@example.com"
}'