---
title: "Get all PWA slugs of current user"
method: GET
path: "/api/v1/pwa/slugs"
tags: ["PWA"]
---

# Get all PWA slugs of current user

`GET /api/v1/pwa/slugs`

Get all the slugs of the PWAs of the current user

## Response `200`

Successful Response

- PWASlugsDTO[]
  - `slug` string, uuid, required — Slug of the PWA
  - `name` string, required — Name of the PWA

---

[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)
