Get Management API Access Tokens for Testing
Prerequisites
Get Access Tokens Manually
Go to the API Explorer tab of your Auth0 Management API. A token is automatically generated and displayed there.
Click Copy Token. You can now make authorized calls to the Management API using this token.
Set expiration time. By default, this token has an expiration time of 86400 seconds (24 hours). After that period, the token expires and you will need to get a new one. To change the expiration time, update Token Expiration (Seconds), and click Update & Regenerate Token.
Use Access Tokens for Testing
To use the Access Token you just created for testing purposes, use the Management API v2 explorer page to manually call an endpoint with the token.
Go to the Management API v2 explorer page, and click the Set API Token button.
Set the API Token field, and click Set Token.
Under the Set API Token button, some new information is now displayed: the domain and token set, and the scopes that have been granted to this application.
Go to the endpoint you want to call, fill any parameters that might be required, and click Try.