Themes
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
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.