Outyield API
    • Ads
      • List vouchers
        GET
    • Offers
      • List offers
        GET
    • Schemas
      • Voucher
      • Link
      • Banner
      • Offer
      • Connection
      • PriceCombination
      • Image
      • Currency
      • ProductGroup

    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