The app access tokens are mainly relevant for the new Helix API, as with a client id only you’re limited to 30 requests a minute where as if you use an OAuth token you can make 120 requests per minute. The app access token is just a way to have an OAuth token to use for endpoints that require no authentication.
1 Like