API Errror: access.api.error.failed_to_load_group

I am getting the following error

400 - {"result":null,"success":false,"errors":[{"code":11020,"message":"access.api.error.failed_to_load_group"}],"messages":[]}

I am sending a post request to the following URL: the account and app references are correct from what I can see (am able to do a GET lookup for the same URL)

(https://api.cloudflare.com/client/v4/accounts/xxxxxxxxxx/access/apps/xxxxxxxxxxxx/policies)

the content of my body is similar to this

"body": {
"decision": "bypass",
"name": "AWS_EC2_IP",
"include": "[[{"ip":{"ip":"X.X.X.X/32"}}]]"

Any ideas what could be causing it? The API key has full access.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.