Skip to content

비밀번호 초기화: 인증 정보 Tier 3

GET/auth/provider.local/reset-password.verification/{token}Copied!

비밀번호 초기화 토큰의 이메일과 만료 시각을 조회해요.

접근 가능한 사용자

비로그인 사용자

Request

Path

tokenstringrequired
비밀번호 초기화 토큰

Response

Returns 200 OK.

emailstring
이메일

Example: user@example.com

expiredAtstring
만료 시각

Example: 2026-04-26 12:00:00.000000

Example

bash
curl 'https://api.youvico.com/auth/provider.local/reset-password.verification/xoav.7nM2pQ8rS3tU5vW9xY1zA4bC6dE0fG7hI8jK2lM...'
json
{
  "email": "user@example.com",
  "expiredAt": "2026-04-26 12:00:00.000000"
}