Does the WAF Override API work with API token?
I’m executing
$ curl -X GET \
-H "Authorization: Bearer `cat ~/.cloudflare-token`"
"https://api.cloudflare.com/client/v4/zones/${ZONE}/firewall/waf/overrides"
{"success":false,"errors":[{"code":10000,"message":"Authentication error"}]}
Rulesets API works with the same token. I believe I have added all required permissions.
Is there any page that lists which APIs work with either API token / key?