---
title: "Returns applet configuration"
method: GET
path: "/v1/publicapplets/{hashId}"
tags: ["publicapplets"]
---

# Returns applet configuration

`GET /v1/publicapplets/{hashId}`

## Path parameters

- `hashId` string, required

## Response `200`

OK

- PublicAppletResponse
  - `name` string — name
  - `type` string — type
  - `locale` string — locale
  - `cssUrl` string — css url
  - `cssContent` string — css content
  - `cssTheme` string — css theme
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

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