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": 0,
"status_description": "string",
"data": {
"domain": "string",
"renewal_date": "string",
"is_lockable": true,
"is_locked": true,
"dnssec_enabled": 0,
"nameservers": [
"string"
],
"managed_dns": true,
"whitelabel_ns": true,
"dnssec_keys": [
{
"flags": "string",
"alg": "string",
"pubKey": "string"
}
],
"handles": {
"owner": {
"type": "string",
"handle_id": 0,
"name": "string"
},
"tech": {
"type": "string",
"handle_id": 0,
"name": "string"
},
"admin": {
"type": "string",
"handle_id": 0,
"name": "string"
},
"reseller": {
"type": "string",
"handle_id": 0,
"name": "string"
}
},
"status": "active",
"messages": [
"string"
]
}
}