ArtemisAds
  1. Get Started
ArtemisAds
  • Get Started
    • Authentication
    • Pagination
  • Publisher API
    • Products
      • List Products
    • Deals
      • List Deals
    • Brands
      • List Brands
    • 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. Get Started

Authentication

Authenticate your requests to ArtemisAds with an API key.
Create a ArtemisAds Account
Visit https://www.artemisads.com/ to create a ArtemisAds account.
Generate an API Key
Please contact ArtemisAds. We will assist you in generating the API Key.
Authenticate Requests
To authenticate your requests, include the custom authorization header with the value Bearer your_api_key. For example:
curl -H "x-aa-authorization: Bearer <api_key>" 
https://api.artemisads.com/openapi/<publisher|seller>/<endpoint>
Modified at 2025-05-23 01:38:46
Next
Pagination
Built with