Skip to main content

GetPromoCode

GET 

/account/:accountKey/promocode/:promoCode

This API lets you know if a code is valid, i.e. if it exists, has not been used and has not expired.

Request

Path Parameters

    accountKey anyrequired
    promoCode anyrequired

Responses

Schema
    Status string
    Result object
    OriginalCode string
    VisitorCode string
    DiscountValue string
Loading...