1. ACC Program
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Atttibution Program
      • Products
        • List Products
        • List Product Variations
        • List Deals
      • Brands
        • List Brands
      • Tracking IDs
        • Create Primary Tracking ID
        • Create Sub Tracking ID
        • List Tracking IDs
      • Publisher Sources
        • List Publisher Sources
      • Product Links
        • Create Product Link
        • List Product Link
        • Get Product Link by ID
      • Brand Links
        • Create Default Brand Storefront Link
        • List Brand Storefront Links
      • Reports
        • List Per-Product Attribution Reports
    • Associate Program
      • Products
        • List Associate Products
      • Brands
        • List Associate Brands
      • Associate Tags
        • Create Associate Tags
        • List Associate Tags
      • Product Links
        • List Associate Links
        • Create Associate Link
      • Reports
        • List Associate Reports
    • CPC Program
      • List CPC Campaigns
      • Get CPC Campaign Detail
      • Join a CPC Campaign
      • List Joined CPC Campaigns
      • Get Joined CPC Campaign Detail
      • List CPC Campaign Product Links
      • List CPC Campaign Daily Reports
    • ACC Program
      • List ACC Campaigns
        GET
      • List ACC Bonus Programs
        GET
      • Get ACC Bonus Program Report Summary
        GET
      • Upload Store ID and Creator ID
        POST
  • Seller API
    • Attribution Program
      • Brand
        • List Brands
      • Report
        • List Product Attribution Reports
  1. ACC Program

List ACC Campaigns

GET
/openapi/publisher/v1/acc/campaigns
Returns all visible ACC campaigns (accepted and not_accepted) for the authenticated publisher under the specified marketplace. Use cursor for pagination.

Request

Query Params

Header Params

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.artemisads.com/openapi/publisher/v1/acc/campaigns?marketplace=amazon.com&limit=undefined&cursor=undefined' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
    "campaigns": [
        {
            "campaignId": "string",
            "campaignName": "string",
            "brandName": "string",
            "status": "string",
            "startDate": "string",
            "endDate": "string",
            "budget": 0,
            "budgetRemaining": 0,
            "sales": 0,
            "publisher": {
                "sales": 0,
                "acceptStatus": "string",
                "campaignDetailUrl": "string"
            }
        }
    ],
    "cursor": "string"
}
Modified at 2026-06-17 03:34:10
Previous
List CPC Campaign Daily Reports
Next
List ACC Bonus Programs
Built with