1010 auth.forbidden (not 10000: Authentication error) when making API call
I have a user that is getting a 1010 error when making an API call. Permissions are correct (if you remove the required permission for the token, the error changes to the expected 10000 error).
Isn't
1010: auth.forbidden
the site blocking access based on browser integrity? Should that ever apply to a properly authenticated request made to api.cloudflare.com?0 Replies