Just a small question about Auth0 access tokens. We use Free subscription plan and created machine-to-machine application. So, just want to clarify and doublecheck one thing. Does it mean for us that we can make only 1000 token calls per month? Does it affect any other API endpoints calls or only related to API token issuing?
It means you can call the /token endpoint to get a token with the client credentials grant flow 1,000 times per month. It is only related to issuing tokens for your APIs / apps (e.g., calls to the Auth0 mgmt API do not count).
Mild Disclaimer: ultimately these questions are best answered by Auth0 Sales folks.