Associate a specific tag with a customer account, primarily used to organize and categorize web hosting services. The result, including a unique request ID, can be used to track the operation in follow-up calls or for troubleshooting.
Accept Example Content-Type Example accountId string required tagName string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string details array https://cloud.hostup.se/api/hosting-tags curl -X POST "https://cloud.hostup.se/api/hosting-tags" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"accountId": "string",
"tagName": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"accountId": "string",
"tagName": "string"
}
} {
"accountId": "string",
"tagName": "string"
}