Get Started
API backend
API system
More information

GET api/2.0/settings/logo This function requires authentication

Description

Returns the portal logo image URL.

Parameters
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
Example
GET api/2.0/settings/logo
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "dark": true
}
Returns

Portal logo image URL