コンテンツにスキップ

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/example

Streams a tenant-scoped public image asset uploaded for Login UI branding or themes.

tenantId
required
string
kind
required
string
Allowed values: logo background panel-background favicon thumbnail
filename
required
string

Image bytes.

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"
}