Get the white label logos
GET /api/2.0/settings/whitelabel/logos
Request
Returns the white label logos.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Query
- IsDark
boolean
Specifies if the logo is for a dark theme or not
- IsDefault
boolean
Specifies if the logo is for a default tenant or not
Examples
GET /api/2.0/settings/whitelabel/logos?IsDark=true&IsDefault=true HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url 'https://example.com/api/2.0/settings/whitelabel/logos?IsDark=true&IsDefault=true' \
--header 'Accept: application/json'
Responses
200
White label logos
- name
string
File name
- size
object
- width
integer
int32 - height
integer
int32 - isEmpty
boolean
- path
object
- light
string
Path to the light theme logo
- dark
string
Path to the dark theme logo