All URIs are relative to https://backend.id4i.de
| Method | HTTP request | Description |
|---|---|---|
| resolveWhoIsEntry | GET /whois/{id4n} | Resolve owner of id4n |
WhoIsResponse resolveWhoIsEntry(id4n)
Resolve owner of id4n
var Id4iApi = require('id4i_api');
var apiInstance = new Id4iApi.WhoIsApi();
var id4n = "id4n_example"; // String | id4n
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
apiInstance.resolveWhoIsEntry(id4n, callback);| Name | Type | Description | Notes |
|---|---|---|---|
| id4n | String | id4n |
No authorization required
- Content-Type: application/xml, application/json
- Accept: application/xml, application/json