---
title: "Retrieve the JsApps of a given app."
method: GET
path: "/jsapps/{code}.json"
tags: ["Apps"]
---

# Retrieve the JsApps of a given app.

`GET /jsapps/{code}.json`

When using an OAuth app token, the {code} must match the token's app.

## Path parameters

- `code` string, required

## Response `200`

OK

- JsAppResponse[]
  - `js_app` JsApp, required
    - `id` integer, required — Unique identifier of the JsApp
    - `url` string, required — Url of the HTML to inject
    - `template` 'layout' | 'home' | 'product' | 'page' | 'category' | 'cart' | 'checkout', required — Template of Store Theme to inject HTML
    - `element` 'body' | 'head', required — Element of Template to inject HTML
    - `application_id` integer, required — Associated OAuth application id

## Other responses

- `403` — Not authorized to access JsApps for this app.
- `404` — App not found or no JsApps for this app.

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/versions/7512c6ae3524/schema)
