---
title: "Get a PWATemplate"
method: GET
path: "/api/v1/pwa_template/{pwa_template_id}"
tags: ["PWATemplate"]
---

# Get a PWATemplate

`GET /api/v1/pwa_template/{pwa_template_id}`

Get a PWATemplate by ID

## Path parameters

- `pwa_template_id` string, uuid, required

## Response `200`

Successful Response

- FullPWATemplateDTO
  - `id` string, uuid, nullable — ID of the PWA
  - `pwaTemplateName` string, required
  - `media` AppDtoPwaTemplateDtoMediaDTO[], nullable — List of media resources associated with the PWA
    - `mediaUrl` string, nullable — URL to the media resource
    - `mediaType` string, nullable — Type of media (e.g., Image, Video)
    - `assetId` string, uuid, nullable — Media Library asset id backing this media
  - `logoUrl` string, nullable — URL of the logo
  - `backgroundUrl` string, nullable — URL of the background image
  - `logoAssetId` string, uuid, nullable — Media Library asset id behind the logo
  - `backgroundAssetId` string, uuid, nullable — Media Library asset id behind the background
  - `isPublic` boolean, nullable — Whether the template is public (true) or private (false)
  - `ownerCompanyUserId` string, uuid, nullable — ID of the company user who owns the template

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/060ef67e573a/schema)
