Branding Detail - Retrieves brand details
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Brand details retrieved successfully.
204
Success: No brand related details exist.
500
Internal Server Error: An unexpected error occurred or a server timeout.
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