Logo
Openapi.it Public API Documentation

{{baseUrl}}/domain/:domain

GET {{baseUrl}}/domain/:domain

This method allows you to see the single domain related to the parameter passed in the path

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": { "status": [ "ok" ], "domain": "altravia.it", "ns": [ "dns1.altravia.com", "dns2.altravia.com", "dns3.altravia.com" ], "registrant": "AV-xxxxxxxxx", "admin": "AV-xxxxxxxx", "tech": "AV-xxxxxxxxx", "authinfo": "xxxxxxxxxx", "crDate": "2002-11-14T00:00:00.000+01:00", "exDate": "2020-02-21T23:59:59.000+01:00", "dnssec": [], "owner": "api@altravia.com", "timestamp": 1565354292, "renewal_date": "09/09/2020" }, "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/domain/:domain' -H 'Accept: application/json'

ENDPOINTS