---
title: "Create Storefront OAuth Application"
method: POST
path: "/storefront/oauth_applications"
tags: ["Storefront OAuth Applications"]
---

# Create Storefront OAuth Application

`POST /storefront/oauth_applications`

## Request body

- object
  - `name` Name — unresolved $ref
  - `redirect_uri` RedirectUri — unresolved $ref
  - `is_redirect_to_simplified_login` boolean — If the app will redirect to simplified login

## 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` — Resource not found
- `422` — Unprocessable Entity

---

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