latestOpenAPI 3.0.02026-07-26318168886.7 KB

1675ac12cde7

Storefront OAuth Applications

Create Storefront OAuth Application

post/storefront/oauth_applications

Request body

nameName — unresolved $ref
redirect_uriRedirectUri — unresolved $ref
is_redirect_to_simplified_loginboolean

If the app will redirect to simplified login

Response

OK

idstring

Application ID

app_idstring

App UID (Client ID used in OAuth requests)

app_secretstring

App Secret (Client secret used in OAuth requests)

namestring

App Name

redirect_uristring

Redirect URI

Example response

{
  "name": "Shoe La La",
  "redirect_uri": "https://google.com"
}