cURL
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" }
Get a product link by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
250
Success
The response is of type object.
object