v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBSettings
Retrieve a custom theme
Returns a custom theme by the specified Id.
get/analytics/v1/settings/themes/{id}
Path parameters
idstring required
Custom theme ID
Response
OK - Custom theme returned.
Example response
{
"primaryColor": "#1A73E8",
"colors": {
"light": [
"#1A73E8"
],
"dark": [
"#1A73E8"
]
}
}