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

Bulk update banners

Developing
PATCH
https://api.targetcircle.com/api/offers/ads/banners/bulk-update

Request

Authorization
Header Params

Cookie Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
This response does not have a body.
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.targetcircle.com/api/offers/ads/banners/bulk-update' \
--header 'Cookie: PHPSESSID={{phpsessid}};Origin={{url}};Referer={{url}};Accept=*/*' \
--header 'Content-Type: application/json' \
--data '[
  {
    "sid": "tjson1",
    "customTargetUrl": "https://example.com/updated"
  }
]'
Modified at 2026-02-25 12:59:05
Previous
Bulk update text links
Next
Bulk update trades
Built with