Get invoice copy email address

Retrieve the email address used to send copies of invoices. This information is useful for verifying or updating where you receive your invoice copies.

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/account/billing-cc
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/account/billing-cc" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "billingCCEmails": [
      "string"
    ]
  }
}