← Tools Reference

L2S

L2S integration (Marketing, Data). Imported from open-connector.

API key3 toolshttps://api.l2s.is
POST
l2s_shorten_url
Create a shortened URL in L2S with optional custom key, UTM tags, and title.

/url

9 parameters
ParamTypeRequiredDescription
urlstringrequiredThe URL to be shortened or stored in L2S.
customKeystringoptionalCustom key for the shortened URL.
utmSourcestringoptionalUTM source parameter.
utmMediumstringoptionalUTM medium parameter.
utmCampaignstringoptionalUTM campaign parameter.
utmTermstringoptionalUTM term parameter.
utmContentstringoptionalUTM content parameter.
titlestringoptionalTitle for the shortened URL.
tagsarrayoptionalThe tags associated with the shortened URL.
GET
l2s_get_url_details
Get the stored details for one shortened URL in L2S.

/url/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe L2S URL ID path parameter.
PUT
l2s_update_url_details
Update the stored details for one shortened URL in L2S.

/url/{id}

10 parameters
ParamTypeRequiredDescription
idstringrequiredThe L2S URL ID path parameter.
urlstringrequiredThe URL to be shortened or stored in L2S.
customKeystringoptionalCustom key for the shortened URL.
utmSourcestringoptionalUTM source parameter.
utmMediumstringoptionalUTM medium parameter.
utmCampaignstringoptionalUTM campaign parameter.
utmTermstringoptionalUTM term parameter.
utmContentstringoptionalUTM content parameter.
titlestringoptionalTitle for the shortened URL.
tagsarrayoptionalThe tags associated with the shortened URL.