I need API Management in order to create Users that will of course be stored in Auth0 but I will add some extra fields to them.
I was checking the pricing page and there you have free, developer and developer pro pricing models.
I need to know if querying API Management is considered M2M and therefore Developer Pro would be the right pricing model for me.
Another question, does Developer pricing model (not pro) allow M2M connections? How many? I’m confused by the image below which is a screenshot of the princing page.
And I realise I forgot to answer your second question: no, the Developer plan does not include any M2M tokens (again, the Auth0 APIs are still available). The Free and Developer Pro plan do include M2M tokens.
(and for those reading this in the future : check Pricing - Auth0 for the latest info. These plans can change a bit from time to time)
Just to be sure, I understand that using the Management API is included in the developer plan, but that does include querying it from my own server (not just from a frontend), right? I didn’t mention that. The way I will use Management API is by queries from my server.
You can indeed query the Management API from your own server. In fact, you have to: SPAs are not allowed to request tokens for most of the Management API, as that would be a major security issue.