Перейти к основному содержанию
POST
/
v1
/
auth
/
reset
/
verify
cURL
curl --request POST \
  --url https://api.example.com/v1/auth/reset/verify/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "otp": "<string>",
  "email": "jsmith@example.com"
}
'
{
  "otp": "<string>",
  "email": "jsmith@example.com"
}

Тело

otp
string
обязательно
Required string length: 6
email
string<email>
обязательно

Ответ

201 - application/json
otp
string
обязательно
Required string length: 6
email
string<email>
обязательно