Skip to content

VerifyOTP

POST
/auth/otp/verify
curl --request POST \
--url https://api.huddlesurety.co/auth/otp/verify \
--header 'Content-Type: application/json' \
--data '{ "code": "example", "email": "example" }'

Body

Media typeapplication/json

Body

object
code
required
string
email
required
string
Examplegenerated
{
"code": "example",
"email": "example"
}

No Content