Download OpenAPI specification:Download
| Main Tags | Most Popular Pages |
|---|---|
|
➤
Welcome
➤ Prerequisites ➤ Access Token ➤ Updates ➤ APIs Developer Guide ➤ Appendix |
➤
Authentication
➤ Service Plans ➤ Account Management ➤ Billing Management ➤ Access Control ➤ Operator Logs ➤ Advanced Reports |
The Branding Module stores system-level branding information for the application. Administrators can configure company logos (e.g., product logo and favicon) and customize the color scheme for elements such as the page header, dialog headers, action buttons, scrollbars, selected menu options, right panels, list headers, document background, right panel headers, and progress bars. They can also customize error message content, including images and text.
Business applications can use this API call to retrieve the system branding of the SigningHub application that is set at the administrator level. This includes the logo, favicon, colors, background images for web and mobile and slider images that comprise the branding options.
| x-base64 | string Default base64 header is true. |
| Authorization required | string Default: Bearer {access_token} The access token obtained as a result of first authenticating with a client certificate to receive a subject token, then exchange the subject token using the Token Exchange endpoint. The certificate must belong to a SigningHub Administrator authorized to perform this action. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-forwarded-for | string Client IP address, typically set by reverse proxy or load balancer |
| Accept-Language | string Preferred language (e.g., en-US, ar-SA) |
| x-base64 | string Default: true The total number of records found with the provided search criteria. |
{- "branding": {
- "logo": "string",
- "logo_url": "string",
- "favicon": "string",
- "favicon_url": "string",
- "background_image": {
- "web": {
- "image": "string",
- "image_url": "string"
}, - "mobile": {
- "image": "string",
- "image_url": "string"
}
}, - "colors": {
- "level_1": "string",
- "level_2": "string",
- "level_3": "string",
- "level_4": "string",
- "level_5": "string",
- "level_6": "string",
- "level_7": "string",
- "level_8": "string",
- "level_9": "string",
- "level_10": "string",
- "level_11": "string",
- "level_12": "string",
- "level_13": "string",
- "level_14": "string",
- "level_15": "string"
}, - "slider_items": [
- {
- "id": 0,
- "content": "string",
- "order": 1,
- "status": true,
- "web": {
- "image": "string",
- "image_url": "string"
}, - "translated_content": {
- "localizations": [
- {
- "locale": "string",
- "content": "string"
}
]
}
}
]
}, - "default_branding": {
- "logo": "string",
- "favicon": "string",
- "background_image": {
- "web": {
- "image": "string",
- "image_url": "string"
}, - "mobile": {
- "image": "string",
- "image_url": "string"
}
}, - "colors": {
- "level_1": "string",
- "level_2": "string",
- "level_3": "string",
- "level_4": "string",
- "level_5": "string",
- "level_6": "string",
- "level_7": "string",
- "level_8": "string",
- "level_9": "string",
- "level_10": "string",
- "level_11": "string",
- "level_12": "string",
- "level_13": "string",
- "level_14": "string",
- "level_15": "string"
}, - "slider_items": [
- {
- "id": 0,
- "content": "string",
- "order": 1,
- "status": true,
- "web": {
- "image": "string",
- "image_url": "string"
}, - "translated_content": {
- "localizations": [
- {
- "locale": "string",
- "content": "string"
}
]
}
}
]
}
}Business applications can use this service API to update branding. An admin, who has permissions to manage branding in his role, can update branding.
| Authorization required | string Default: Bearer {access_token} The access token obtained as a result of first authenticating with a client certificate to receive a subject token, then exchange the subject token using the Token Exchange endpoint. The certificate must belong to a SigningHub Administrator authorized to perform this action. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-forwarded-for | string Client IP address, typically set by reverse proxy or load balancer |
| Accept-Language | string Preferred language (e.g., en-US, ar-SA) |
| logo required | string non-empty Base64 string of the logo image of the application. |
| favicon required | string non-empty Base64 encoded string of the favicon image. |
required | object (Models.BackgroundImageRequest) BackgroundImageRequest |
required | object (Models.BrandingColors) BrandingColors |
Array of objects or null (Models.UpdateSliderItem) Base64 encoded string of the slider images |
{- "logo": "string",
- "favicon": "string",
- "background_image": {
- "web": {
- "image": "string",
- "image_url": "string"
}, - "mobile": {
- "image": "string",
- "image_url": "string"
}
}, - "colors": {
- "level_1": "string",
- "level_2": "string",
- "level_3": "string",
- "level_4": "string",
- "level_5": "string",
- "level_6": "string",
- "level_7": "string",
- "level_8": "string",
- "level_9": "string",
- "level_10": "string",
- "level_11": "string",
- "level_12": "string",
- "level_13": "string",
- "level_14": "string",
- "level_15": "string"
}, - "slider_items": [
- {
- "id": 0,
- "order": 1,
- "status": true,
- "web": {
- "image": "string",
- "image_url": "string"
}, - "translated_content": {
- "localizations": [
- {
- "locale": "string",
- "content": "string"
}
]
}
}
]
}[- {
- "id": 0,
- "order": 1,
- "status": true,
- "web": {
- "image": "string",
- "image_url": "string"
}, - "translated_content": {
- "localizations": [
- {
- "locale": "string",
- "content": "string"
}
]
}
}
]Business applications can use this service API to get logo.
| Authorization required | string Default: Bearer {access_token} The access token obtained as a result of first authenticating with a client certificate to receive a subject token, then exchange the subject token using the Token Exchange endpoint. The certificate must belong to a SigningHub Administrator authorized to perform this action. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-forwarded-for | string Client IP address, typically set by reverse proxy or load balancer |
| Accept-Language | string Preferred language (e.g., en-US, ar-SA) |
"string"Business applications can use this service API to get favicon.
| Authorization required | string Default: Bearer {access_token} The access token obtained as a result of first authenticating with a client certificate to receive a subject token, then exchange the subject token using the Token Exchange endpoint. The certificate must belong to a SigningHub Administrator authorized to perform this action. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-forwarded-for | string Client IP address, typically set by reverse proxy or load balancer |
| Accept-Language | string Preferred language (e.g., en-US, ar-SA) |
"string"Business applications can use this service API to reset branding. An admin, who has permissions to manage branding in his role, can reset branding.
| x-base64 | string Default base64 header is true. |
| Authorization required | string Default: Bearer {access_token} The access token obtained as a result of first authenticating with a client certificate to receive a subject token, then exchange the subject token using the Token Exchange endpoint. The certificate must belong to a SigningHub Administrator authorized to perform this action. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-forwarded-for | string Client IP address, typically set by reverse proxy or load balancer |
| Accept-Language | string Preferred language (e.g., en-US, ar-SA) |
| x-base64 | string Default: true |
{- "logo": "string",
- "logo_url": "string",
- "favicon": "string",
- "favicon_url": "string",
- "background_image": {
- "web": {
- "image": "string",
- "image_url": "string"
}, - "mobile": {
- "image": "string",
- "image_url": "string"
}
}, - "colors": {
- "level_1": "string",
- "level_2": "string",
- "level_3": "string",
- "level_4": "string",
- "level_5": "string",
- "level_6": "string",
- "level_7": "string",
- "level_8": "string",
- "level_9": "string",
- "level_10": "string",
- "level_11": "string",
- "level_12": "string",
- "level_13": "string",
- "level_14": "string",
- "level_15": "string"
}, - "slider_items": [
- {
- "id": 0,
- "order": 1,
- "status": true,
- "web": {
- "image": "string",
- "image_url": "string"
}, - "translated_content": {
- "localizations": [
- {
- "locale": "string",
- "content": "string"
}
]
}
}
]
}