{
"network":"sepolia" | "mainnet" // (required) returns listed names on provided chain
"subnameLabel":string // (required)
"minterAddress":Address // (optinal) if not provided, api will not return listings whitelist or token gated access,
"parentLabel":string // (optional) matches listed ens names by provided label
"owner":Address // (optional) will return only listings which are owner by provided address
"currentPage":number // (optional)
"pageSize":number // (optional)
}
mintVerificationReason specifies whether a verified minter address is required for minting a subname, this will be in case the ENS name listing uses whitelist or token-gated-access and the minter is whitelisted/owns the required ERC token. In this case, minting must be performed using POST /api/v1/mint/verified.
If the value of mintVerificationReason is "NONE", verification is not needed and minting parameters can be generated via POST /api/v1/mint endpoint.