Text Customization API

Hi,

I was using the custom text api but somehow the customizations are not showing.

I’ve used this:
PUT: https://{my-custom-domain}/api/v2/prompts/login/custom-text/en

With:
{ “login”: { “description”: “Log in here to continue to ${clientName}”} }

I get a 200 response and when I use GET I can see that the information is saved, but I don’t see this change reflected on the login screen.

Is there any other setting I have to activate before the text customizations start getting picked up?

Have you turned on new universal login? If you are using classic the text customization API will have no effect.

Yes, I am using the New Universal Login experience.

Can you please post a screen shot of your login page?

I’ve send you a pm with a screenshot.
For additional context, I have used the template api to modify the layout of the page.

It looks like you might be using the login-id page. Can you try using that as your prompt value?

i.e. PUT: https://{my-custom-domain}/api/v2/prompts/login-id/custom-text/en

Here is the doc for it:
https://auth0.com/docs/universal-login/prompt-login-id

1 Like

Thanks so much - that did the trick!

1 Like

Great! Thanks for following up.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.