Auth0 Free Plan Limit

I using API /oauth/token to get my Machine to Machine Token and using it in my application.

I see this => Rate Limit Policy.

It’s say all request to Authentication API rate limit is 300 request/minutes.
I understand, but i want to know number limit of Machine Token can be generate. If i know correctly 300 request to get Machine Token will create 300 Machine Token without limit?

Hi @phamhuyhoang995,

For free tenants, the Auth API Limit is 300 requests per minute per tenant, across all authentication API endpoints, including the token endpoint used for M2M/Client Credentials flow.

Hope this helps