← Tools Reference

TinyURL

TinyURL integration (Marketing). Imported from open-connector.

API key2 toolshttps://api.tinyurl.com
POST
tinyurl_create_short_url
Create a TinyURL short link for a destination URL.

/create

5 parameters
ParamTypeRequiredDescription
urlstringrequiredThe full URL to shorten, including the http:// or https:// protocol.
aliasstringoptionalA custom alias for the short URL. It must be unique for the selected domain.
domainstringoptionalThe domain to use when TinyURL creates the short link.
tagsarrayoptionalTags to associate with the created TinyURL.
expires_atstringoptionalThe ISO 8601 timestamp when the created TinyURL should expire.
GET
tinyurl_list_urls
List TinyURLs from the TinyURL account by availability status.

/urls/{type}

3 parameters
ParamTypeRequiredDescription
typestringrequiredWhether to list available TinyURLs or archived TinyURLs.
pageintegeroptionalThe 1-based page number of the TinyURL results to fetch.
limitintegeroptionalThe maximum number of TinyURLs to fetch per page, from 1 to 100.