Which API permission should be used for updating a cloudflare tunnel's configuration?

I’m trying to create an API key that can make a request to this endpoint only:
https://developers.cloudflare.com/api/operations/cloudflare-tunnel-configuration-put-configuration#request-body

So far I’ve tried Account.Cloudflare Tunnel, Account.Zero Trust, and Account.Access: Apps and Policies but none of them work.

I really wish they’d list which permissions you need to access which endpoint on the API - maybe I missed that somewhere?

I appreciate anyone that can point me in the right direction! Thanks.

It should be Account:Cloudflare Tunnel:Edit. Can you share a request that is failing?

Ah thanks, my bad, I was using the headers for account authorization instead of using an Authorization: Bearer <token> header. Works great now with that permission - thank you!

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