v1
latestOpenAPI 3.0.22026-07-17255.6 KBValidate an authentication code
Validate an authentication code. Any unsuccessful response (either the response code is not 200 or an error is generated or response.body.success is not true) means that the code given by the user is not valid.
post/verify/validate
Request body
Example request
{
"target": "john.doe@company.com",
"target_type": "email",
"code": 123456
}Response
Success Response