v1
latestOpenAPI 3.0.12026-07-243686491.1 MBThemes
Retrieve a single theme
Required scope: themes:read </br>Organization authorization: supported
get/api/v1/themes/{themeId}
Path parameters
themeIdinteger required
Response
Theme with provided id
Example response
{
"id": 1,
"name": "Custom Theme",
"title": "Operator Custom Theme",
"primaryColor": "#FF5733",
"secondaryColor": "#FF5733",
"logoUrl": "https://example.com/logo.png",
"favIconUrl": "https://example.com/favicon.png",
"operator": {
"id": 1,
"identifier": "operator-1",
"themingEnabled": true
}
}