Last updated 2 months ago
/branding
The requested API version
Optional User Id
Success: Successfully retrieved branding details.
Success: No brand related details exist
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --url '/branding' \ --header 'Authorization: Bearer JWT'
{ "brandName": "text", "logoUrl": "text", "imageExtension": "text", "copyrightValue": "text", "privacyPolicy": "text", "headerColor": "text", "headerTextColor": "text", "leftNavColor": "text", "leftNavTextColor": "text" }