How to export branding of universal login?

How can I export all of the configured settings for the Universal Login page to a text file, maybe JSON. I couldn’t find anything on the site so maybe it’s not in the free plan but in a paid plan?

We want to test it out in our dev tenant and then apply it later in the production tenant with the same settings so it will feel good to be able to export and import every setting.

Hi @masterofcode,

Welcome to the Auth0 Community!

If you are using New Universal Login, the branding settings and theme are available via the Management API. Depending on what settings you have changed, you should be able to retrieve them via the branding/template/theme endpoints.

Find more details about those endpoints here: Auth0 Management API v2

You should be able to get the settings via the Deploy CLI as well.

Let me know if you have any questions!

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