Overview
Organizations using Auth0 may need to retrieve and update their logo URLs for branding or hosting changes. This article explains how to fetch the current logo and update it using the Auth0 Management API.
Applies To
- Logo
- Management API
Cause
An organization may need to update its logo URL due to branding updates requiring a new logo or a change in the hosting location of the logo.
Solution
1) Retrieve the Current Logo URL:
To fetch the existing logo URL for an organization, use the Get organization endpoint. This returns the organization’s details, including the current logo URL in the branding.logo_url field.
2) Update the Logo URL:
To modify the logo URL, use the Modify an organization endpoint. Ensure that the new logo URL is accessible via HTTPS, as required by Auth0.