View all domains and DNS zones associated with your account. The endpoint also returns IDs that may be needed for subsequent API calls to manage specific resources or retrieve more detailed information.
limit string required page string Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/client-domains curl -X GET "https://cloud.hostup.se/api/client-domains?limit=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"domains": [
"string"
],
"dnsZones": [
"string"
],
"dnsOnlyZones": [
"string"
],
"pagination": {
"currentPage": 0,
"perPage": 0,
"totalPages": 0,
"totalRecords": 0
},
"success": true
}
}