get https://connect.routee.net/shorten/
Routee sends information about the shorten URL
Account activated feature
Please note, the service is available for use after communication with our support department.
RESPONSE PARAMETERS
KEY | TYPE | DESCRIPTION |
---|---|---|
name | string (max 200 chars, special characters allowed) | A human readable name for the shortened url. This will help identify the url in a table, or when fetching analytics data. |
link | string(limitations according to the one currently in the platform) | The short url to use. |
trackingId | string (format and size according to the standards used in the platform) | The tracking id of the short url that was created. |
longUrl | string (max allowed 1900 chars) | The url to be shortened. |
expirationDate | string (date with format 2016-06-23T06:55:57Z) | The date that the url will be no longer available. |
createdAt | string (date with format 2016-06-23T06:55:57Z) | The date the url was created. |
callbackUrl | string (max allowed 1024 chars) | The callback we call when a link is clicked. |
tags | Object [Optional Field] Must not be null | A map of string field values to store information |
ERROR CODES
STATUS | CODE | DESCRIPTION | MESSAGE |
---|---|---|---|
404 | 02 | Invalid trackingId | "Short url tracking not found" |