Skip to main content
GET
/
affiliate
/
shortener
/
urls
/
{id}
cURL
curl --request GET \
  --url https://api-beta.lomadee.com.br/affiliate/shortener/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

HTTP Request

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The urlCode of the shortened URL to retrieve

Response

Shorten URL response

originalUrl
string

The original URL

shortUrl
string

The short URL

urlCode
string

The unique identifier for the shortened URL

organizationId
string

The organization ID

active
boolean

If the URL is active

count
number

The count of clicks of the URL

The link type

Available options:
Coupon,
BrandPage,
Offer
I