cURL
curl --request GET \ --url https://api-beta.lomadee.com.br/affiliate/shorten/urls/{id} \ --header 'x-api-key: <api-key>'
{ "originalUrl": "<string>", "shortUrl": "<string>", "urlCode": "<string>", "organizationId": "<string>", "active": true, "count": 123, "linkType": "Coupon" }
Get a URL Shortened by its urlCode
The urlCode of the shortened URL to retrieve
Shorten URL response
The response is of type object.
object