Public Services
WhoIs
Resolve owner of id4n
get/whois/{id4n}
Path parameters
id4nstring required
id4n
Response
OK
Example response
{
"organization": {
"id": 100,
"logoURL": "/api/v1/public/images/abcdef",
"name": "ACME Inc.",
"namespace": "de.acme"
},
"organizationAddress": {
"companyName": "ACME Inc.",
"firstname": "Max",
"lastname": "Muster",
"street": "Examplestreet 1",
"city": "MyCity",
"countryCode": "DE",
"countryName": "Germany",
"telephone": "+49 8088 12345"
}
}