1. Advertiser API
Target Circle API
  • Publisher API
    • Ads
      • List vouchers
    • Offers
      • List offers
    • Schemas
      • Voucher
      • TextLink
      • Banner
      • Link
      • Offer
      • Connection
      • PriceCombination
      • Image
      • Currency
      • ProductGroup
  • Advertiser API
    • Authorization
    • Login
      • Get token
      • Login
    • Transactions
      • Set transaction status to "pending"
      • Set transaction status to "declined"
      • Set transaction status to "approved"
    • Performance
    • Bulk update text links
      PATCH
    • Bulk update banners
      PATCH
    • Bulk update trades
      PATCH
    • Schemas
      • Job
      • Currency
      • attribution-model
  1. Advertiser API

Authorization

Authorization is done via HTTP headers. You can copy your API Token value from your Account Settings page.
For JavaScript usage, the API supports Cross-Origin Resource Sharing (CORS), so that you can use these headers in conjunction with XMLHttpRequest.
Modified at 2025-12-09 08:45:09
Previous
ProductGroup
Next
Get token
Built with