---
title: "Retrieve all the Store's JsApps."
method: GET
path: "/jsapps.json"
tags: ["Apps"]
---

# Retrieve all the Store's JsApps.

`GET /jsapps.json`

When using an OAuth app token, results are limited to that app's JsApps.

## 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

- `404` — No JsApps found for the store (or for the app when using an OAuth token).

---

[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/revisions/7512c6ae3524/schema)
