Make a GET or POST request to the following endpoint:
/api/shorten
domainId
: The ID of the domain to use (e.g., payout
) or a full domain name (e.g., payouts.today
)destination
: The URL where the shortened link should redirect toAny additional fields you include in your request will be automatically treated as URL parameters and appended to the destination URL.
/api/shorten?domainId=payouts.today&destination=https://example.com&lead_id=928374842739472789&source=email
{ "shortenedUrl": "https://payouts.today/h3d4" }
When someone visits https://payouts.today/h3d4
, they will be redirected to:
https://example.com?lead_id=928374842739472789&source=email
You can use a Zapier webhook to call this API:
/api/shorten
domainId
with your domaindestination
with your target URLpayout
: payout.todaymyDomain
: your-actual-domain.com (replace with your domain)