Retrieve the contact information associated with a specific domain. This can include details for the registrant, administrator, and technical contact, which is important for managing domain ownership and technical configuration.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string domainStatus string domainStatusChanged boolean syncTriggered boolean domainId string error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string domainStatus string reason string error string message string retryAfter string requestId string error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string https://cloud.hostup.se/api/domain-contacts/{id} curl -X GET "https://cloud.hostup.se/api/domain-contacts/17302" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"contacts": {
"registrant": {
"firstname": "string",
"lastname": "string",
"companyname": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"postcode": "string",
"email": "string",
"phonenumber": "string",
"orgno": "string"
}
},
"success": true
}
}