Skip to main content

Get rendered HTML for an Offers Page

GET 

/render/offers-page

Returns a fully-rendered HTML fragment for the specified offers page, including offers list, bookie trust data, and evergreen content. Embed this HTML directly into your page to display the offers widget.

Request

Query Parameters

    path stringrequired

    The offers page path to render

    Example: free-bets/free-bet-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 rendered offers page HTML

Schema

    string

Loading...