ArtemisAds
  1. Links
ArtemisAds
  • Get Started
    • Authentication
    • Pagination
  • Publisher API
    • Tracking ID
      • Create Primary Tracking ID
      • Create Sub Tracking ID
      • List Tracking IDs
    • Products
      • List Products
    • Deals
      • List Deals
    • Brands
      • List Brands
    • Links
      • List Publisher Sources
        GET
      • Create Product Link
        POST
      • List Product Link
        GET
      • Get Product Link by ID
        GET
      • Create Default Brand Storefront Link
        POST
      • List Brand Storefront Links
        GET
    • Reports
      • List Product reports
      • List Per-Product reports
  1. Links

Get Product Link by ID

GET
/openapi/publisher/v1/links/{linkId}
Get a product link by its ID.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/links/aa_pMNoU6k9Nn0k0gl1' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
200 - ζˆεŠŸη€ΊδΎ‹
{
  "linkId": "",
  "productId": "",
  "asin": "",
  "sourceId": "",
  "sourceName": "",
  "marketplace": "",
  "productStatus": "",
  "trackingLink": "",
  "shortTrackingLink": "",
  "primaryTrackingId": "",
  "subTrackingId": ""
}

Request

Path Params

Header Params

Responses

🟒200Success
application/json
Body

🟠401Unauthorized
🟠403Forbidden
🟠422Input Validation Failed
Modified atΒ 2025-06-25 08:46:17
Previous
List Product Link
Next
Create Default Brand Storefront Link
Built with