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 text links

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

Request

Query Params

Header Params

Cookie Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
This response does not have a body.
🟠401Unauthorized
🟠403Forbidden
🟢204
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff --request PATCH 'https://api.targetcircle.com/api/offers/ads/texts/bulk-update?Cookie=PHPSESSID%3D{{phpsessid}}' \
--header 'Cookie: PHPSESSID={{phpsessid}};Origin={{url}};Referer={{url}};Accept=*/*' \
--header 'Content-Type: application/json' \
--data '[
    {
        "sid": "83",
        "customTargetUrl": "https://shameless-cutover.us/"
    },
    {
        "sid": "42",
        "customTargetUrl": "https://ajar-hovel.info/"
    },
    {
        "sid": "66",
        "customTargetUrl": "https://extroverted-oil.net/"
    }
]'
Response Response Example
{
    "forbiddenItems": [
        {
            "sid": "string"
        }
    ],
    "notFoundItems": "string"
}
Modified at 2026-02-26 08:38:18
Previous
Set transaction status to "approved"
Next
Bulk update banners
Built with