NextJS SDK usage to interact with the API Management

Please include the following information in your post:

  • Which SDK this is regarding: e.g. auth0-node
    auth0-nextjs
  • SDK Version: e.g. 2.29.0
    1.3.1
  • Platform Version: e.g. Node 12.19.0
    Next 10.2.3
    React 17.0.2
  • Code Snippets/Error Messages/Supporting Details/Screenshots:

Is this a feature request or bug report? If so, please create an issue directly in the corresponding GitHub repo. The Community SDK category is for general discussion and support.

Hello, I had a question regarding on how I can use the Auth0-NextJS SDK to interact with the API Management. For example if I am trying to interact with the API Management to send a user a email verification form. Auth0 Management API v2
, how can I call this and get the email sent?

Thank you.