Hello, I am trying to update prompts in the new universal login. The permissions include update:prompts but when I copy the token(or generate a token) i get a 403 when calling the endpoint.
Iโm sorry maybe my post was confusing. I already have the token. Iโve both generated via api call and copied it with the same result. Maybe I could clarify a little further. Here are my steps:
copy the Auth0 Management API token, which seems to have all the permissions. in particular, i need this one
It might be because your API Explorer Application in the tenant is not Authorized with these scopes which you need.
Can you please go to your tenant โ Applications โ API Explorer Application โ Apis Tab โ There you will find Auth0 Management API as one APIs listed which is Authorized. If you click on the โ>โ arrow next to the Authorized toggle for the API you will see all the scopes, you can select all and save. After that, you can go to the same steps as I suggested before to see if you have now all the scopes.