Which API endpoint and permissions to edit account config list

I have a list under “Manage Account → Configurations → Lists” that I wish to manage (list, delete, insert) using the API. Although I have a good token, anything I do with any list endpoint, using either code or curl, results in an HTTP 401 (authentication) error.

Before I chase my tail too much:

Which API endpoints will I use to manage these lists? Those under “Lists” in the API documentation?

Which permission will the auth token need? Is it:

  • Account / Account Filter Lists, or
  • Account / Account Settings, or
  • Something else?

These should be the endpoints Cloudflare API v4 Documentation

I believe the only permissions needed are Account:AccountFilterLists:Edit

1 Like

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