Link Object
This section describes the elements of the Link object.
Link Object Attributes
These fields and values make up the JSON object that gets returned with successful requests.
Attribute | Data Type | Description |
---|---|---|
date_accessed read only | string | The date and time when the link was accessed. |
date_created read only | string | The date and time when the link was created. |
destination_url | string | The site where the user will be sent. |
hits read only | integer | The number of times that the link has been hit. |
link_sid read only | string | The link secure ID. |
maximum_ttl | integer | The link lifetime in seconds. Entering the -1 value means that the link will never expire. The default value is -1 . |
mode | string | The mode of the link. Values accepted in this field are:
redirect_temporary . |
partner_sid read only | string | The secure ID of the partner associated with the link. |
short_name | string | The short portion of the URL. If there is no value in this field, it will be automatically generated. This value is unique to domain_sid . |
url read only | string | The URL to get access to destination_url . This field value is generated automatically. |
Sample Link Object
{
"date_accessed": null,
"date_created": "2024-01-18T19:26:02.553Z",
"destination_url": "http://destinationurl.com",
"link_sid": "330a8a83-d4bb-4f39-ae54-c59c8d87cd44",
"hits": 0,
"link_sid": "a533f53a-7e6f-4822-be3c-3767924ee2a9",
"maximum_ttl": -1,
"mode": "redirect_temporary",
"partner_sid": "e00430c3-a7d0-4666-ab5c-f7202448382f",
"short_name": "eOtEtO",
"url": "http://newdomain.com/eOtEtO"
}