List Brands
GET
/openapi/publisher/v1/brands
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/brands?marketplace=amazon.com&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
"brands": [
{
"brandId": "",
"brandName": "",
"marketplace": "",
"image": "",
"biography": "",
"avgCommission": 0.0,
"activeProductCount": 0,
"url": ""
}
],
"cursor": ""
}
Request
Query Params
marketplace
string
required
Example:
amazon.com
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-05 10:02:21