List Brand Storefront Links
GET
/openapi/publisher/v1/links/storefronts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/links/storefronts?marketplace=amazon.com&brandIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&sourceIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
"links": [
{
"marketplace": "",
"linkId": "",
"brandId": "",
"brandName": "",
"sourceId": "",
"sourceName": "",
"trackingLink": "",
"shortLink": ""
}
],
"cursor": ""
}
Request
Query Params
marketplace
string
optional
Example:
amazon.com
brandIds
string
optional
Example:
aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud
sourceIds
string
optional
Example:
aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud
limit
integer
optional
Example:
100
cursor
string
optional
Example:
86Rf07xd4ztfA2ztfA
Header Params
x-aa-authorization
string
required
Bearer
Example:
Bearer aa.oa2.v1.xxx
Responses
Modified at 2025-06-04 02:37:49