URL | GET {{basepath}}/redirectdomain/:domain |
---|---|
Category | Redirect |
Retrieves the info for a RedirectDomain
Expects a RedirectDomainGetRequest object.
Returns a RedirectDomainGetResponse object.
:domain | {{testdomain}} |
---|
GET {{basepath}}/redirectdomain/:domain
:domain | {{testdomain}} |
---|
200 OK
{
"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
}
}
}
}