1. Ads
Target Circle API
  • Publisher API
    • Ads
      • List vouchers
    • Offers
      • List offers
    • Schemas
      • Transaction
        • TransactionType
      • Offer
        • OfferStatus
        • OfferReview
        • OfferFrequentlyAskedQuestion
        • OfferCategory
        • OfferVertical
        • OfferTracking
        • OfferTargetedCountry
        • OfferKpi
        • OfferPriceSegment
        • OfferDeviceGroup
        • Offer
        • OfferProductGroup
        • OfferAttributionModel
      • Voucher
      • TextLink
      • Banner
      • Link
      • Connection
      • PriceCombination
      • Image
      • Currency
      • Advertiser
      • Provider
      • Money
      • Error
      • KPI
  • Advertiser API
    • Using the API
      • Authorization
    • Login
      • Get token
      • Login
    • Performance
    • Transactions
      • Set transaction status to "pending"
      • Set transaction status to "declined"
      • Set transaction status to "approved"
    • Touchpoints
    • Offers
    • Ads
      • Bulk update text links
        PATCH
      • Bulk update banners
        PATCH
    • Trades
      • Bulk update trades
    • Schemas
      • Offer
        • OfferPriceSegment
        • OfferProductGroup
        • OfferStatus
        • OfferTracking
        • OfferTargetedCountry
        • OfferOverview
        • OfferCategory
        • OfferVertical
        • AttributionModel Filter
        • OfferStatus Filter
        • Offer
        • OfferAttributionModel
        • OfferFrequentlyAskedQuestion
        • OfferReview
      • Transaction
        • TransactionType
        • TransactionSourceCurrency
        • TransactionTrackingMethod
        • TransactionType Filter
        • TransactionOrderItem
      • Touchpoint
        • TouchpointStatus
        • TouchpointSummary
        • AttributionStatus Filter
        • TouchpointAttributionStatus
      • Job
      • Currency
      • Provider
      • Advertiser
      • Money
      • TradeType
      • TradeType Filter
      • AdType
      • AdType Filter
      • AdInventoryTrafficType
      • PriceCombination
      • KPI
      • Image
  • Provider API
    • Using the API
      • Naming Conventions
      • Authorization
      • Linking & Embedding
    • Offers
      • List offers
      • Create an offer
    • Trades
      • List trades
    • Schemas
      • Transaction
        • TransactionType
      • Offer
        • OfferVertical
        • OfferTargetedCountry
        • OfferPriceSegment
        • OfferDeviceGroup
        • Offer
        • OfferProgram
        • OfferCategory
        • GatewaySection
        • OfferProductGroup
        • OfferTracking
        • OfferStatus
        • OfferReview
        • OfferFrequentlyAskedQuestion
        • OfferAttributionModel
        • OfferProgramTerms
      • SignUpItem
      • Language
      • Connection
      • PriceCombination
      • SignInItem
      • Image
      • Currency
      • Platform
      • Advertiser
      • Provider
      • Money
      • AdInventoryTrafficType
      • Trade
      • TradeType
      • KPI
  1. Ads

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 'X-Api-Token: <api-key>' \
--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-07-13 12:02:05
Previous
Set transaction status to "approved"
Next
Bulk update banners
Built with