v1
latestOpenAPI 3.0.02026-07-2640301.0 MBBranding Endpoints
partner/branding-details
This endpoint allows you to fetch your existing branding details.
get/partner/branding-details
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Productstring required
The product you want to fetch branding details for. Valid options are: portal, email, elinx, onboarding, asp.
Response
Example response
{
"BrandingDetails": {
"PrimaryColor": "#FF0000",
"SecondaryColor": "#FF0000",
"TextColor": "#FF0000",
"ButtonTextColor": "#FF0000",
"Product": "portal"
},
"Logo": "SGVsbG8gV29ybGQh",
"LogoUrl": "https://example.com/logo.svg",
"SmallLogo": "SGVsbG8gV29ybGQh",
"SmallLogoUrl": "https://example.com/logo.svg"
}