domains.get_managed
Get full details for one domain this Vee3 account owns or manages.
Returns registration status, expiration, privacy, DNS provider type, and registration metadata.
Cost = 3 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Managed domain name to look up (for example example.com). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Managed domain name. | |
| status | No | Current domain status in Vee3 inventory. | |
| is_owner | No | Whether this Vee3 account is the domain owner. | |
| is_locked | No | Whether registrar transfer lock is enabled. | |
| created_at | No | When the domain was registered through Vee3. | |
| expires_at | No | Domain expiration timestamp. | |
| is_premium | No | Whether the domain was registered as a premium name. | |
| privacy_enabled | No | Whether WhoisGuard privacy protection is enabled. | |
| years_registered | No | Registration term in years at purchase. | |
| dns_provider_type | No | DNS provider type configured for the domain. | |
| privacy_expired_at | No | When privacy protection expired, if applicable. | |
| namecheap_domain_id | No | Namecheap domain identifier for the managed domain. | |
| token_cost_at_registration | No | Tokens charged when the domain was registered. |