ArtemisAds
  1. Brands
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
        GET
    • Links
      • List Publisher Sources
      • Create Product Link
      • List Product Link
      • Get Product Link by ID
      • Create Default Brand Storefront Link
      • List Brand Storefront Links
    • Reports
      • List Product reports
      • List Per-Product reports
  1. Brands

List Brands

GET
/openapi/publisher/v1/brands
List 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
200 - ๆˆๅŠŸ็คบไพ‹
{
  "brands": [
    {
      "brandId": "",
      "brandName": "",
      "marketplace": "",
      "image": "",
      "biography": "",
      "avgCommission": 0.0,
      "activeProductCount": 0,
      "url": ""
    }
  ],
  "cursor": ""
}

Request

Query Params

Header Params

Responses

๐ŸŸข200Success
application/json
Body

๐ŸŸ 401Unauthorized
๐ŸŸ 403Forbidden
Modified atย 2025-06-26 06:56:32
Previous
List Deals
Next
List Publisher Sources
Built with