Get Account Branding Settings
This API retrieves the branding and style settings for an account.
NOTE: This API is available as of Rev v7.23.
GET
/api/v2/accounts/branding-settings
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| none |
Example Response
{
"general": {
"PrimaryColor": "string",
"PrimaryFontColor": "string",
"AccentColor": "string",
"AccentFontColor": "string",
"LogoUri": "string"
},
"header": {
"BackgroundColor": "string",
"FontColor": "string"
}
}
Response Codes
| Code | Description |
|---|---|
| 401 | Unauthorized error |
| 500 | Internal server error |