Trying to make a request to client/v4/accounts/[ACCOUNT_ID]/intel/ip?ipv4=[IP] and getting an Access Forbidden response with code 10403.
My request looks like
curl -X GET "api.cloudflare.com/client/v4/accounts/[ACCOUNT_ID]/intel/ip?ipv4=[IP]" \
-H "Authorization: Bearer [API TOKEN]" \
-H "Content-Type:application/json"
Any ideas? We are on a Pro plan - do we need to upgrade to access this API?