Themes API - New Features
by Daniel TęczaIntroducing Enhanced Theme Management
New API features give you complete control over your form styling and branding
We're excited to announce powerful new theme management capabilities that will transform how you handle form styling across your subaccounts. These new features provide unprecedented control and flexibility for managing your brand's visual identity.
New API Endpoints Now Available
Main Account Theme Management
- GET
/themes
- GET
/themes/{themeId}/forms
- DELETE
/themes/{themeId}
- PUT
/forms/{formId}/theme
- POST
/themes/{themeId}/copy
Subaccount Theme Management
- GET
/subaccount/{subaccountId}/themes
- GET
/subaccount/{subaccountId}/themes/{themeId}/forms
- DELETE
/subaccount/{subaccountId}/themes/{themeId}
- PUT
/subaccount/{subaccountId}/forms/{formId}/theme
- POST
/subaccount/{subaccountId}/theme/{themeId}/copy
What's New
View All Available Themes
Browse all themes available in your main account or subaccounts and quickly see which themes you have access to. No more guessing what's available – get a complete overview of your theme library at a glance.
Find Forms Using a Theme
Easily discover which forms are currently using a specific theme across your main account and subaccounts. This new visibility feature helps you understand your theme usage patterns and make informed decisions about updates and changes.
Remove Unused Themes
Keep your workspace clean and organized by removing themes you no longer need from both main accounts and subaccounts. This helps reduce clutter and makes it easier to find the themes that matter to your current projects.
Apply Themes to Forms
Assign themes to your forms with simple API calls, update form styling programmatically, and switch between themes seamlessly across all your accounts. Perfect for automated workflows and bulk updates.
Ready to take control of your form themes? Check out our API documentation to get started with these powerful new capabilities.