GET
/
links
/
{link_id}
curl --request GET \
  --url https://app.levanta.io/api/creator/v1/links/{link_id} \
  --header 'Authorization: Bearer <token>'
{
  "asin": "<string>",
  "id": "<string>",
  "sourceId": "<string>",
  "sourceSubId": "<string>",
  "sourceName": "<string>",
  "url": "<string>",
  "mobileOptimizedUrl": "<string>",
  "active": true,
  "type": "product",
  "marketplace": "amazon.com"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Maximum length: 250

Response

200
application/json

Success

The response is of type object.