ApiPortal
Get portal settings
Get portal branding settings. Public endpoint (no auth required) for theming the portal before user authentication.
Response Body
application/json
curl -X GET "https://loading/api/v1/portal/settings"{
"logo_url": "string",
"primary_color": "#6366f1",
"dark_mode_default": true
}