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
Key | Datatype | Required | Description |
---|---|---|---|
security-code | string | (Required) The security code to verify | |
limit-by | string | If 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"verified":"\u003cboolean\u003e"}