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

    Connection

    {
        "adInventory": {
            "sid": "string",
            "name": "string"
        },
        "issuedAt": "2019-08-24T14:15:22.123Z",
        "defaultClickTrackingUrl": "string",
        "priceCombinations": [
            {
                "transactionType": "sale",
                "productGroup": {
                    "sid": "abc123",
                    "name": "Electronics"
                },
                "countries": [
                    "string"
                ],
                "payout": {
                    "type": "fixed",
                    "value": 9.5,
                    "currency": "EUR"
                }
            }
        ]
    }
    Built with