v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Storefront OAuth Applications

Get Storefront OAuth Application by Id

get/storefront/oauth_applications/{id}

Path parameters

idstring required

Application ID

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"
}