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.
Last updated
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.
Last updated
POST
https://dcams.appv3/stable/link/generate
This endpoint allows you generate a direct link to an iFrame instance and send the user an email if desired.
Name | Type | Description |
---|---|---|
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.
options
object
The object where you place certain options
send_email
boolean
Set to true if you want the link to be sent via an email
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