POST v1/IdentityVerification/VerifyDevice
No documentation available.
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
DeviceVerificationId
No description available
Not available
ClientIPAddress
No description available
Not available
UserEmailAddress
No description available
Not available
UserTelephoneNumber
No description available
Not available
CustomerId
No description available
Not available
RuleType
No description available
Not available
SiteID
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
{ "success": true, "realIpAddress": "sample string 2" }
application/xml, text/xml
Sample:
<DeviceVerificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_RealIpAddress_x003E_k__BackingField>sample string 2</_x003C_RealIpAddress_x003E_k__BackingField> <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField> </DeviceVerificationResponse>