Skip to main content
GET
/
open-api
/
v1.0
/
shops
/
current
Get current shop
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/shops/current \
  --header 'Authorization: Bearer <token>'
{
  "id": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
  "name": "<string>",
  "domain": "<string>",
  "publicDomain": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

OK

id
string
required
Example:

"sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb"

name
string
required
domain
string
required
publicDomain
string
required