Verify Security Code

GET {{baseUrl}}/verify-security-code?security-code=<string>&limit-by=<string>

Check if a security code sent via SMS Verify or Phone Verify is valid

Request Params

KeyDatatypeRequiredDescription
security-codestring(Required) The security code to verify
limit-bystringIf set then enable additional brute-force protection by limiting the number of attempts by the supplied value. This can be set to any unique identifier you would like to limit by, for example a hash of the users email, phone number or IP address. Requests to this API will be ignored after approximately 10 failed verification attempts

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;verified&quot;:false}