set_contact
ActiveTool of run.domani/domani
declared in 1.0.0
Set your WHOIS contact information (recommended for ICANN compliance, required before transfers). You can purchase domains without setting contact info first - a default contact is used until you set your own.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"first_name",
"last_name",
"address1",
"city",
"state",
"postal_code",
"country",
"phone",
"email"
],
"properties": {
"city": {
"type": "string",
"description": "City"
},
"email": {
"type": "string",
"description": "Contact email address"
},
"phone": {
"type": "string",
"description": "Phone in +CC.NUMBER format, e.g. +1.5551234567"
},
"state": {
"type": "string",
"description": "State or province"
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code, e.g. US, GB, FR"
},
"address1": {
"type": "string",
"description": "Street address line 1"
},
"address2": {
"type": "string",
"description": "Street address line 2 (optional)"
},
"org_name": {
"type": "string",
"description": "Organization name (optional)"
},
"last_name": {
"type": "string",
"description": "Last name"
},
"first_name": {
"type": "string",
"description": "First name"
},
"postal_code": {
"type": "string",
"description": "Postal/ZIP code"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries