/api/v1/domainsDanh sách domain dùng được
Trả các domain mà API key của bạn có quyền tạo địa chỉ (theo gói trả phí + quyền riêng tư).
Curl
curl -X GET 'https://your-host/api/v1/domains' \ -H 'Authorization: Bearer <API_KEY>'
Response (200 OK)
{
"domains": [
{ "id": "65f0…", "domain": "mail1s.net", "isPrivate": false, "paidPlanOnly": false }
]
}