Retrieve a list of all your active hosting accounts. This is useful for an overview of your services or to prepare for actions on a specific account. The API returns a `requestId` for tracking operations.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/hosting-accounts curl -X HEAD "https://cloud.hostup.se/api/hosting-accounts" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"hosting_accounts": [
"string"
],
"pagination": "string"
}
}