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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| whoisId | Yes | WHOIS ID |
Implementation Reference
- types.d.ts:757-765 (schema)Schema definition for the 'domains_getWHOISProfileV1' tool. Defines input parameters (whoisId: number) and generic response type. Part of the APITools interface for type validation."domains_getWHOISProfileV1": { params: { /** * WHOIS ID */ whoisId: number; }; response: any; // Response structure will depend on the API };