ip-domain-tags
Get all the domains for the parent domain
post/parent-domains/{parentDomain}/domains
Path parameters
parentDomainstring required
parent domain
Request body
Example request
{
"filters": [
{
"operator": "and",
"field": "ip",
"condition": "=",
"value": "127.0.0.1"
}
]
}Response
domain schema
Changes
No recorded changes to this endpoint across all 1 revision of this API.