Skip to content

검증 Tier 2

POST/auth/tfa.verifyCopied!

OTP나 백업 코드로 비활성 액세스 토큰을 활성화해요.

접근 가능한 사용자

사용자

Request

Body

codestringrequired
OTP 또는 백업 코드

Response

Returns 201 Created.

없음

Example

bash
curl -X POST 'https://api.youvico.com/auth/tfa.verify' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \
  -H 'Content-Type: application/json' \
  -d '{
    "code": "123456"
  }'