LinkRequest

LinkRequest
LinkRequest
JSON Example
{
    "tracking_task": "string",
    "expiration_date": "string",
    "template_url": "string",
    "template_execution_url": "string"
}
string As uuid As uuid
tracking_task
Optional

The UUID of the task we're using to track the status of this link request.

string As date-time As date-time
expiration_date
Optional

The time at which the template URL expires. Once this has elapsed, the request is no longer invokable.

string
template_url
Optional

The constructed template URL. Just shows the contents of the template for viewing/download.

string
template_execution_url
Optional

The final URL to be given to the user as a "click here to start" link.

Returned By