GET /api/user-assets/service-status
curl \
-X GET https://[tenant_id].logto.app/api/user-assets/service-status \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"status": "string",
"allowUploadMimeTypes": [
"image/jpeg"
],
"maxUploadFileSize": 42.0
}