Themes
Get Themes
Gets all themes for the account
get/accounts/{{account_id}}/themes
Response
SUCCESS
Example response
{
"items": [
{
"styles": {
"global": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"anchor": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"navigation": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoInfo": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoTitle": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoDescription": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlay": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayTitle": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayDescription": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayBanner": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"nowPlaying": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"playButton": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"sharing": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlaySharing": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"eventCountdown": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"calendarReminder": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
}
}
}
]
}