curl --location --request GET 'https://api.cloudflare.com/client/v4/user/billing/history'
{
"errors": [],
"messages": [],
"result": [
{
"action": "subscription",
"amount": 20.99,
"currency": "USD",
"description": "The billing item description",
"id": "b69a9f3492637782896352daae219e7d",
"occurred_at": "2014-03-01T12:21:59.3456Z",
"type": "charge",
"zone": {
"name": null
}
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}