Retrieve the email address used to send copies of invoices. This information is useful for verifying or updating where you receive your invoice copies.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/account/billing-cc curl -X GET "https://cloud.hostup.se/api/account/billing-cc" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"billingCCEmails": [
"string"
]
}
}