Grant permission to edit DNS settings for a specific domain. It returns a unique ID (requestId) that may be needed for subsequent actions, such as in the billing process.
Accept Example Content-Type Example domain_id string required domain_name string required access_type string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-access curl -X POST "https://cloud.hostup.se/api/domain-access" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain_id": "string",
"domain_name": "string",
"access_type": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
} {
"domain_id": "string",
"domain_name": "string",
"access_type": "string"
}