ArtemisAds Open API
  1. Get Started
ArtemisAds Open API
  • Get Started
    • Authentication
    • Pagination
    • Rate Limiting
  • Publisher API
    • Products
      • List Products
      • List Product Variations
      • List Deals
    • Brands
      • List Brands
      • List Associate Brands
    • Atttibution Program
      • 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
    • Associate Program
      • Associate Tags
        • Create Associate Tags
        • List Associate Tags
      • Product Links
        • List Associate Links
        • Create Associate Link
    • Reports
      • List Per-Product Attribution Reports
      • List Associate Reports
  • Schemas
    • Schemas
      • Publisher Product List
      • PublisherProductLinkList
      • publisher 发布链接的渠道信息.
      • publisher 商品的报告.
      • Publisher Product
      • Publisher Product Deal
    • PublisherSource
    • PublisherProductReport
    • SellerBrand
    • PublisherDeal
    • PublisherBrand
    • PublisherBrandLink
    • PublisherSubTrackingId
    • PublisherAssociateBrand
    • PublisherAssociateTagsResult
    • PublisherAssociateTag
    • PublisherAssociateLink
    • PublisherAssociateReport
    • PublisherProductLink
    • PublisherSourceList
    • PublisherCreateLinkRequest
    • PublisherProductReportList
    • SellerBrandList
    • PublisherReportPerProduct
    • PublisherDealList
    • PublisherBrandList
    • PublisherCreateBrandLinkRequest
    • PublisherBrandLinkList
    • PublisherPrimaryTrackingId
    • PublisherCreateSubTrackingIdRequest
    • PublisherProductDeal
    • PublisherAssociateBrandList
    • PublisherAssociateTagsRequest
    • PublisherAssociateTagList
    • PublisherCreateAssociateLinkRequest
    • PublisherAssociateReportList
    • PublisherAssociateLinkList
    • PublisherReportList
    • PublisherCreatePrimaryTrackingIdRequest
    • PublisherTrackingIdList
    • PublisherProduct
    • ProductPrice
    • PublisherProductVariationList
  1. Get Started

Authentication

Authenticate your requests to ArtemisAds with an API key.

1. Create a ArtemisAds Account#

Visit ArtemisAds to create a ArtemisAds account.

2. Generate an API Key#

After logging into ArtemisAds, go to Settings in the left navigation menu, open the Open API page, and click Generate to create your API key.

3. Authenticate Requests#

To authenticate your requests, include the custom authorization headerx-aa-authorizationwith the value Bearer your_api_key.
Example Request:
curl -H "x-aa-authorization: Bearer <api_key>" 
https://api.artemisads.com/openapi/<publisher|seller>/<endpoint>

4. Authentication Failure#

If the API Key is invalid or missing, the request will be rejected, and the API will return an HTTP 401 Unauthorized status code.
Modified at 2025-12-15 06:23:47
Next
Pagination
Built with