Download a public Login UI image asset.
GET
/api/assets/{tenantId}/login-ui/{kind}/{filename}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/assets/example/login-ui/logo/exampleStreams a tenant-scoped public image asset uploaded for Login UI branding or themes.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
kind
required
string
filename
required
string
Responses
Section titled “ Responses ”Image bytes.
string format: binary
string format: binary
string format: binary
string format: binary
Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}