Branding Default
Branding Default
Path Parameters
workspaceName string required
Header Parameters
Authentication string
Example: Bearer {{token}}
Response
name
string
Name of the Branding.
attributes
object
Branding Attributes.
createdTimeStamp
number
Time stamp of branding created time.
realmId
string
Workspace Id
realmBrand
boolean
true/false for workspace branding.
Sample Response
{
"name": "reset-default",
"attributes": {
"logoHeight": "38",
"footerText": "© 2024 eztoauth. All Rights Reserved",
"themeLayoutBgColor": "#000000",
"formBorderRadius": "10",
"headerMenuItems": "https://ezto.io/verify|Home##https://support.ezto.io|Contact Support",
"bodyBgColor": "#000000",
"showFooter": "true",
"themeLayoutFeatures": "Join us##Make OnboardingProvider and Login experience awesome##Quick Start your process with industry standard templates",
"themeLayoutTextColor": "#FFFFFF",
"bodyBgImageOpacity": "0.25",
"logoPositionValueType": "px",
"themeLayoutOneLine": "One step away from all your Digital Identity needs",
"textActiveColor": "#418b4a",
"buttonTextColor": "#FFFFFF",
"buttonBorderRadius": "8",
"headerBgColor": "#edeef1",
"formBorderColor": "#FFFFFF",
"logoPositionValue": "0|0|0|0",
"bodyBgType": "Image",
"showHeader": "true",
"headerLogoLink": "https://ezto.io/verify",
"bodyFont": "Inter",
"showLogoInForm": "true",
"formBgColor": "#FFFFFF",
"themeLayoutBgType": "Text",
"logoPosition": "logo-left",
"footerTextColor": "#6C7A87",
"buttonBgColor": "#4CA355",
"themeLayout": "Center",
"textBorderColor": "#edeef1",
"formBorderWidth": "1"
},
"createdTimeStamp": 0,
"realmId": "c9542c4b-df69-4153-a411-a0dd6b84d3b3",
"realmBrand": false
}
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |
Loading...