Hi,
I’m trying to fetch all my historical billing data but the response does not include any results.
curl -X GET "https://api.cloudflare.com/client/v4/user/billing/history" \
-H "Authorization: Bearer <token>" \
-H "Content-Type:application/json"
Response
{"errors":[],"messages":[],"result":[],"result_info":{"page":1,"per_page":50,"next_page":false},"success":true}
Why is this happening?
Kind regards,
Filipe