Overview
Add TinyURL to any ModuleX agent or workflow. URL shortening, analytics retrieval, and link-metadata updates against the TinyURL REST API (api.tinyurl.com).
Categories: Marketing & Advertising · Utilities · Link · Miscellaneous · Auth: API Token · Actions: 3
Authentication
API Token Authentication
Authenticate using your TinyURL API token1
Step 1
Log in to your TinyURL account at https://tinyurl.com
2
Step 2
Navigate to Settings or API section
3
Step 3
Generate or copy your API token
4
Step 4
Use the token to authenticate API requests
Required Credentials
Available Actions
retrieve_link_analytics — Get analytics for a TinyURL including total clicks, geographic breakdowns, and device types. Requires paid account
retrieve_link_analytics — Get analytics for a TinyURL including total clicks, geographic breakdowns, and device types. Requires paid account
update_link_metadata — Update the metadata of an existing TinyURL including domain, alias, analytics settings, and expiration
update_link_metadata — Update the metadata of an existing TinyURL including domain, alias, analytics settings, and expiration
Parameters
string
required
Current domain of the TinyURL
string
required
Current alias of the TinyURL
string
New domain to switch to
string
New alias to switch to
boolean
Enable or disable click analytics collection
array
New tags (overwrites existing). Paid only
string
New expiration ISO8601 datetime. Paid only
string
New description for the alias
Response
Limits & Quotas
- Free tier: shortening only; analytics + tags + expiration require
a paid plan. Non-2xx responses are surfaced as
success=False+ parsederror.