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

    Voucher

    {
        "name": "string",
        "type": "deal",
        "clickTrackingUrl": "string",
        "code": "BLACK_10",
        "validFrom": "2019-08-24",
        "validUntil": "2019-08-24",
        "discount": {
            "type": "fixed",
            "value": 0,
            "currency": "string"
        },
        "language": "string",
        "description": "string",
        "termsAndConditions": "string"
    }
    Built with