Branding Detail - Retrieves branding-related details
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successfully retrieved branding details.
204
Success: No brand related details exist
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
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