Upload custom UI assets
Upload a zip file containing custom web assets such as HTML, CSS, and JavaScript files, then replace the default sign-in experience with the custom UI assets.
POST /api/sign-in-exp/default/custom-ui-assets
curl \
-X POST https://[tenant_id].logto.app/api/sign-in-exp/default/custom-ui-assets \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: multipart/form-data"
Response examples (200)
{
"customUiAssetId": "string"
}