OTP
Check a code
Check that a code entered by a user is valid.
post/check
Request body
Example request
{
"check_code": "123456"
}Response
OK
Example response
{
"status": "valid"
}Check that a code entered by a user is valid.
{
"check_code": "123456"
}OK
{
"status": "valid"
}