Get a redirectdomain

Request Information
URL GET {{basepath}}/redirectdomain/:domain
CategoryRedirect

Description

Retrieves the info for a RedirectDomain

Expects a RedirectDomainGetRequest object.

Returns a RedirectDomainGetResponse object.

Url variables
:domain{{testdomain}}

Example responses

Get a redirectdomain
Request Method & URL
GET {{basepath}}/redirectdomain/:domain
Url variables
:domain{{testdomain}}
Response Code:
200 OK
Response Body:
{
    "responseId": "mapi1_74737172beea2a2ac6ca03e3029a27a648a721b3",
    "status": "ok",
    "message": "your response is attached",
    "redirectDomain": {
        "domain": "metaregistrar.work",
        "status": "active",
        "created": 1692621079,
        "modified": 1692621079,
        "rules": {
            "73": {
                "subdomain": "redirect[1|3]",
                "path": "\/*",
                "action": "302",
                "target": "https:\/\/control-ote.metaregistrar.com\/?redirect1or3",
                "created": 1692621079
            },
            "74": {
                "subdomain": "redirect2",
                "path": "\/*",
                "action": "302",
                "target": "https:\/\/control-ote.metaregistrar.com\/?redirect2",
                "created": 1692621079
            },
            "75": {
                "subdomain": "redirect4",
                "path": "\/*",
                "action": "interstitial",
                "target": "https:\/\/control-ote.metaregistrar.com\/?redirect4",
                "created": 1692621079
            }
        }
    }
}