I’m using a Universal Login - New Look for my tenant.
Going over the APi’s at: Auth0 Management API v2
It seems that the response i should expect is:
{
"favicon_url": "favicon-url",
"logo_url": "logo-url"
}
What i actually get is:
{
"colors": {
"page_background": "#...",
"primary": "#..."
},
"favicon_url": "favicon-url",
"logo_url": "logo-url"
}
Which made me wonder what stuff I could actually control via the branding API.
I couldn’t find any reference documentation and would love to do know if there are other things i can changes using the branding API.