Generate Link
The iFrame has the capacity to handle an end-user through a direct link. Through this API call you can retrieve a link for a user or send the link in an email if desired.
post
https://dcams.app
v3/stable/link/generate
Generate Link
The other body parameters can be found in the iFrame instructions. All of the fields below are the same fields that you would set when creating an iFrame instance via the JS code.
You must provide a valid token when making this API call. So, make sure you retrieve your token first and then set it here.
{
"additionalData": "{\"value_1\":\"test1\",\"value_2\":\"test2\"}",
"addr": "123 Main Street",
"city": "Stratford",
"dob": "19880621",
"email": "[email protected]",
"language": "es",
"fn": "Steve",
"ln": "Smith",
"reference": "12345-test",
"international": "false",
"state": "CT",
"styleToken": "",
"token": "e55da960-29cd-4f6c-8546-239f0c9a5456",
"verificationErrorAlreadyVerifiedSubTitle": "",
"verificationErrorAlreadyVerifiedTitle": "",
"verificationErrorPendingSubTitle": "",
"verificationErrorPendingTitle": "",
"verificationErrorTokenSubTitle": "",
"verificationErrorTokenTitle": "",
"verificationErrorVelocitySubTitle": "",
"verificationErrorVelocityTitle": "",
"verificationFailureSubTitle": "",
"verificationFailureTitle": "",
"verificationSuccessSubTitle": "",
"verificationSuccessTitle": "",
"zip": "06614",
"options": {
"send_email": true
}
}
Description | Value |
action | PASS - the link was generated ERROR - the link was not generated (see below for all error types |
detail | A description of the action result |
link | The URL value to provide the end user |
email_sent | Will be set to true or false |
error_message | The overall error message |
error_description | A description of the error that occurred |
Last modified 2yr ago