TYPE | Fragment
|
Category | Objects |
Description
Object: RedirectDomain
Properties
name |
type |
required |
default |
description |
domain |
string |
yes |
|
|
status |
string |
yes |
|
|
version |
integer |
yes |
|
|
created |
integer |
yes |
|
|
modified |
integer |
yes |
|
|
rules |
array <RedirectDomainRule> |
yes |
|
|
Sample JSON
{
"domain": "metaregistrar.work",
"status": "active",
"created": 1692621079,
"modified": 1692621079,
"rules": {
"73": {
"subdomain": "redirect[1|3]",
"path": "/*",
"action": "302",
"target": "https://www.metaregistrar.com/?redirect1or3",
"created": 1692621079
},
"74": {
"subdomain": "redirect2",
"path": "/*",
"action": "302",
"target": "https://www.metaregistrar.com/?redirect2",
"created": 1692621079
},
"75": {
"subdomain": "redirect4",
"path": "/*",
"action": "interstitial",
"target": "https://www.metaregistrar.com/?redirect4",
"created": 1692621079
}
}
}