Logo Controller

get
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Responses
200

OK

*/*
get
/api/logo/settings
GET /api/logo/settings HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "creationDate": "2025-11-22T18:57:10.930Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-11-22T18:57:10.930Z",
  "id": "text",
  "showTopLogo": true,
  "sidebarLogoImage": "Ynl0ZXM=",
  "sidebarLogoHeight": 1
}
put
Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Body
filestring · binaryOptional
Responses
put
/api/logo/settings
PUT /api/logo/settings HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 117

{
  "logoSettings": {
    "id": "text",
    "showTopLogo": true,
    "sidebarLogoImage": "Ynl0ZXM=",
    "sidebarLogoHeight": 1
  },
  "file": "binary"
}

No content

Authorizations
ins_access_tokenstringRequired

Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.

X-SpacestringRequired

Required active space header

Responses
200

OK

*/*
Responsestring · byte
get
/api/logo/settings/sidebar-logo
GET /api/logo/settings/sidebar-logo HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
Ynl0ZXM=

Last updated