Get HTML for parking page

Request Information
URL GET {{basepath}}/parkingPageHtml/:document
CategoryRedirect

Description

Allows you to set the default page for the redirect server cluster attached to your project. Expects a DomainParkingGetRequest object.

Url variables
:documentdefault

Example responses

Get HTML for parking page
Request Method & URL
GET {{basepath}}/parkingPageHtml/:document
Url variables
:documentdefault
Response Code:
200 OK
Response Body:
<html>
    <body>
        <h1>Hello world [[domain]][[path]]</h1>
        <p>Wil je ook een .[[tld]] kopen ga dan hier naar toe</p>
    </body>
</html>