---
title: "Get Themes"
method: GET
path: "/api/v1/ppt/themes/all"
tags: ["Themes"]
---

# Get Themes

`GET /api/v1/ppt/themes/all`

## Response `200`

Successful Response

- ThemeResponse[]
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `user` string, required
  - `logo` string, nullable
  - `logo_url` string, nullable
  - `company_name` string, nullable
  - `data` object, required

---

[API](https://skmtc.dev/presenton/apis/fastapi.md) · [All operations](https://skmtc.dev/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/presenton/fastapi/revisions/5dae3adc4ee8/schema)
