This question is regarding the ‘Test’ page on an API in the Auth0 UI, which gives an example request to get an access token and an example response that contains a valid access token. This tool is very useful to copy the access token when making API requests whilst developing.
However, since I created a custom domain on my tenant I’ve noticed that the domain in the example request is still the default Auth0 tenant domain (i.e. https://.eu.auth0.com/oauth/token), rather than the custom domain (i.e. https:///oauth/token), meaning the access tokens generated from the request and provided on the page are invalid.
Is there something I can do to update the example request to use the custom domain?