API-Key: ********************curl --location --request GET 'https://mijn.host/api/v2/domains/domain.com' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-Key: <api-key>' \
--header 'Content-Type: application/json'{
"status": 200,
"status_description": "Request successful",
"data": {
"domain": "domain.com",
"renewal_date": "01-01-2030",
"is_lockable": false,
"is_locked": false,
"dnssec_enabled": 1,
"nameservers": [
"ns1.mijn.host",
"ns2.mijn.host",
"ns3.mijn.host"
],
"managed_dns": true,
"whitelabel_ns": false,
"dnssec_keys": [
{
"flags": "257",
"alg": "13",
"pubKey": "p1jY89lZK3wHaejvtXaDDZN9K0Z4TNJwI6ad9Iw9TjdcuN2EZZ1+AKrECtnj6qHk+M4rpvKV56O3EfEarH96HQ=="
}
],
"handles": {
"owner": {
"type": "owner",
"handle_id": 1234,
"name": "mijn.host"
},
"tech": {
"type": "tech",
"handle_id": 1234,
"name": "mijn.host"
},
"admin": {
"type": "admin",
"handle_id": 1234,
"name": "mijn.host"
},
"reseller": {
"type": "reseller",
"handle_id": 1234,
"name": "mijn.host"
}
},
"status": "active",
"messages": []
}
}