---
title: "Get Storefront OAuth Application by Id"
method: GET
path: "/storefront/oauth_applications/{id}"
tags: ["Storefront OAuth Applications"]
---

# Get Storefront OAuth Application by Id

`GET /storefront/oauth_applications/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- StorefrontOAuthApplication
  - `id` string — Application ID
  - `app_id` string — App UID (Client ID used in OAuth requests)
  - `app_secret` string — App Secret (Client secret used in OAuth requests)
  - `name` string — App Name
  - `redirect_uri` string — Redirect URI

## Other responses

- `404` — Not found error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
