Empty response on Billing History API

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

Do you see billing information in the billing section of the dashboard when accessing the same user / account from which those API credentials were generated?