Skip to main content
POST
/
cabinet
/
auth
/
email
/
change
/
verify
Verify Email Change
curl --request POST \
  --url http://localhost:8080/cabinet/auth/email/change/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request to verify email change with code.

code
string
required

6-digit verification code

Required string length: 6

Response

Successful Response