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": "00aa4abd-5778-4199-8161-0b49b2f212e5",
  "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:

"00aa4abd-5778-4199-8161-0b49b2f212e5"

name
string
required
domain
string
required
publicDomain
string
required