Skip to main content

Get Offers Page by path and API key

GET 

/offers/pages/:path

Get Offers Page by path and API key

Request

Path Parameters

    path stringrequired

    URL path of the page to be returned

    Example: bonus/no_deposit

Header Parameters

    country-code string

    ISO 3166-1 alpha-2 country code to filter and geo-target offers

    Example: GB
    subdivision-code string

    ISO 3166-2 subdivision code to further filter offers

    Example: ENG

Responses

Successfully retrieved offers page

Schema

    id stringrequired
    title stringrequired
    displayTitle stringrequired
    url string
    description string
    metaTitle stringrequired
    metaDescription stringrequired

    metaData

    object

    title string
    description string

    image

    object

    alt string
    url string
    type string
    size int64
    canonicalUrl string
    ogTitle string
    ogDescription string
    twitterUrl string
    twitterDescription string
    twitterCard string

    twitterImage

    object

    alt string
    url string
    type string
    size int64
    facebookDescription string
    clickoutService stringrequired

    Possible values: [LEGACY_CLICKOUT_SERVICE, OFFERS_CLICKOUT_SERVICE]

    offers

    object[]

  • Array [

  • id string
    title string
    displayTitle string
    displayTitleTemplate string
    bookmakerCode string

    bookmaker

    object

    id string
    name string
    shortName string
    displayName string
    feedsCode string

    productIdentifier

    object

    name string
    code string

    logoFull

    object

    alt string
    url string
    type string
    size int64

    logoShort

    object

    alt string
    url string
    type string
    size int64
    primaryColor string
    secondaryColor string
    relatedPageLinks url[]
    review string
    reviewPath string
    paymentMethods string[]

    Possible values: [VA, MC, MA, PP, SK, TR, CA, BT, EW, PA, PL, VE]

    payoutSpeed string

    geolocations

    object[]

  • Array [

  • countryCode string
    subdivisionCode string
  • ]

  • reviewRating int32
    summary string
    featuredLabel stringdeprecated
    featuredLabels string[]
    shortTerms string
    fullTerms string
    termsUrl url

    unit

    object

    unitType string

    Possible values: [MONETARY, CHIPS, SPINS, SWAG, ODDS]

    currencyCode string

    Possible values: [EUR, GBP, USD, COP, CAD]

    unitValue double
    value string
    offerTypes string[]

    Possible values: [NO_DEPOSIT, ENHANCED_ODDS, DEPOSIT, ENHANCED_PLACES, BEST_ODDS_GUARANTEED, NON_RUNNER_NO_BET, PROMOTION]

    category string
    customerType string

    Possible values: [NEW, ALL]

    offerCta string
    offerCtaTemplate string
    clickOutUrl url
    affiliateId string

    image

    object

    alt string
    url string
    type string
    size int64

    geolocations

    object[]

  • Array [

  • countryCode string
    subdivisionCode string
  • ]

  • deviceTypes string[]

    Possible values: [DESKTOP, TABLET, MOBILE]

    autoExpandedTermsAndConditions boolean
  • ]

  • sortingStrategyType string

    Possible values: [DEFAULT, RANDOM, CPA_REVENUE]

    geotargeting boolean
    columnHeaders string[]

    bookiesTrustData

    object[]

  • Array [

  • title string
    text string
    image string
    alt string
    type string

    Possible values: [TEXT, ICON_TEXT]

    geolocations

    object[]

  • Array [

  • countryCode string
    subdivisionCode string
  • ]

  • ]

  • positionOverrides

    object[]

  • Array [

  • offerId string
    position int32
    startDate date-time
    endDate date-time
  • ]

  • presentationConfig

    object

    bookieRating boolean
    paymentMethods boolean
    payoutSpeed boolean
    offerTypeFiltering boolean
    forceTermsAccordionsOpen boolean
    isSummaryVisible boolean

    evergreenContent

    object

    id stringrequired
    orderedListId stringrequired
    title stringrequired
    displayTitle stringrequired

    listedContent

    object[]

    required

  • Array [

  • id stringrequired
    title stringrequired
    content stringrequired
  • ]

Loading...