Endpoint
Use this endpoint to manage an account-level application theme that cascades to all employers under your account:/v1/applicationTheme
Supported methods
Additional behavior:
- Requests are rate-limited to 25 requests per second
- Cascading updates are processed in parallel
Configuration structure
All theming customizations are defined within a single JSON object using the structure shown below:Examples
Apply a theme to all employers in your account
UsePOST to create or fully replace the account-level application theme.
Request
POST /v1/applicationTheme
Response
The response returns the full theme as applied.Partially update a theme
UsePATCH to update only the specified properties. All unspecified properties retain their existing values.
Request
PATCH /v1/applicationTheme
Response
The response returns the complete theme with the updates applied.Delete a theme
Deleting the account-level theme causes the embedded UI to fall back to the Symmetry default theme.Request
DELETE /v1/applicationTheme
Response
A successful request returns HTTP200 OK.
