GET
/
affiliate
/
shorten
/
urls
/
{id}
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 all URLs Shortened

HTTP Request

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The urlCode of the shortened URL to retrieve

Response

200
application/json

Shorten URL response

The response is of type object.