# Themes

API for managing themes

## List all themes

 - [GET /api/v1/themes](https://docs.onboarded.com/openapi/themes/themes.list.md)

## Create a new theme

 - [POST /api/v1/themes](https://docs.onboarded.com/openapi/themes/themes.create.md)

## Get a theme by ID

 - [GET /api/v1/themes/{theme_id}](https://docs.onboarded.com/openapi/themes/themes.findbyid.md)

## Update a theme

 - [PATCH /api/v1/themes/{theme_id}](https://docs.onboarded.com/openapi/themes/themes.updatebyid.md)

## Delete a theme

 - [DELETE /api/v1/themes/{theme_id}](https://docs.onboarded.com/openapi/themes/themes.deletebyid.md)

