domains_getWHOISProfileV1
Retrieve domain registration contact information using the WHOIS ID to view verified contact profiles for domain management and verification purposes.
Instructions
Retrieve a WHOIS contact profile.
Use this endpoint to view domain registration contact information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
whoisId | Yes | WHOIS ID |
Input Schema (JSON Schema)
{
"properties": {
"whoisId": {
"description": "WHOIS ID",
"type": "integer"
}
},
"required": [
"whoisId"
],
"type": "object"
}