# Themes Themes APIs ## List all themes - [GET /api/v1/themes](https://docs.onboarded.com/openapi/themes/listthemes.md) ## Create a theme - [POST /api/v1/themes](https://docs.onboarded.com/openapi/themes/createtheme.md) ## Get a theme by id - [GET /api/v1/themes/{id}](https://docs.onboarded.com/openapi/themes/gettheme.md) ## Update a theme - [PATCH /api/v1/themes/{id}](https://docs.onboarded.com/openapi/themes/updatetheme.md) ## Delete a theme - [DELETE /api/v1/themes/{id}](https://docs.onboarded.com/openapi/themes/deletetheme.md)