Branding Detail - Retrieves brand details

Retrieves comprehensive information regarding the specified brand.

get
Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Brand details retrieved successfully.
get
GET /branding HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "brandName": "text",
  "logoUrl": "text",
  "imageExtension": "text",
  "copyrightValue": "text",
  "privacyPolicy": "text",
  "headerColor": "text",
  "headerTextColor": "text",
  "leftNavColor": "text",
  "leftNavTextColor": "text"
}

Last updated