cURL
curl --request GET \ --url https://api.___serverhost___/dns/v2/platform/info
{ "Info": { "contact": "<string>", "name_server_1": "<string>", "name_server_2": "<string>" } }
Get info about client
InfoResponse
The response is of type object.
object
Was this page helpful?