GET api/2.0/settings/logo
Returns the portal logo image URL.
Name |
Description |
Type |
Example |
dark
sent in body
|
Specifies if the portal logo will be used for the dark theme or not
|
Bool value
|
true
|
GET api/2.0/settings/logo
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"dark": true
}