Provide Redirect URL for Device Authentication Verification

POST {{baseUrl}}/device-authentications

This API provides a redirectTargetUrl for a given device IP Address. The redirectTargetUrl can be used to retrieve a verificationFingerprint which is used for verification in /device-authentication-verifications.

Request Body

{"countryCode"=>"US", "deviceIp"=>"166.137.217.20", "optedInConsentStatus"=>true}

HEADERS

KeyDatatypeRequiredDescription
X-Encrypted-PayloadbooleanWhether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"redirectTargetUrl":"http://device.staging.payfone.com/mobileauth/2014/07/01/deviceAuthenticate?vfp=4e6a63354d4745","transactionId":"970b1f6f-d46b-4435-487a-6e4357b25430"}