curl --location 'https://api.inboxkit.com/v1/api/dns/list?domain=undefined&uid=undefined' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "DNS records retrieved successfully",
"dns_record": {
"uid": "string",
"records": [
{
"host": "www",
"type": "A",
"value": "192.168.1.1",
"ttl": 3600,
"status": "pending",
"priority": 0,
"proxied": false
}
]
}
}