Get Branding Info
A REST call to obtain the organization branding information. Any POST API call should return the branding information.
POST /restservices/restservice.svc/getbrandinginfo
REQUEST:
curl --request POST --url https://<MFAServerHostname>/restservices/restservice.svc/getbrandinginfo --data '{ "username":<string>, "domainName":<string>, "apiKey":<string> }'
REQUEST BODY:
{ "userName":<string>, "domainName":<string", "apiKey":<string> }
RESPONSE 200 OK:
{ "status": "Success", "Result": "Success", "Color": "#e80000", "Email": "user@organization.com", "EmailEnabled": true, "LogoPath": "data:image/png;base64,string", "PhoneEnabled": true, "PhoneNumber": "hello", "SplashColor": "#fffef8", "SplashPath": "data:image/png;base64,string", "Timestamp": "2017-11-29T17:31:53" }