Get Theme by Filename
GET/hostedpages-srv/themes/:filename
This API call fetches a specific theme by filename. Replace {filename} in the URL with the desired theme filename.
Returns the CSS content of the specified theme file, which can be used to:
- Preview theme styling
- Edit existing themes
- Understand theme structure
- Validate theme syntax
Related Documentation:
- Theming Guide - Complete reference for theme variables
- Theme Variables Reference
Request
Responses
- 200
- 400
- 401
OK
Bad Request
Unauthorized