Skip to main content
GET
/
open-api
/
v1.0
/
shops
/
current
/
contact-info
Get current shop contact info
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/shops/current/contact-info \
  --header 'Authorization: Bearer <token>'
{
  "shopEmail": "<string>",
  "contactEmail": "<string>",
  "transactionalEmail": "<string>",
  "phone": "<string>",
  "shopName": "<string>",
  "domain": "<string>",
  "location": {
    "name": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip": "<string>",
    "country": "<string>"
  },
  "customerSupportEmail": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

OK

shopEmail
string
required
contactEmail
string
required
transactionalEmail
string
required
phone
string
required
shopName
string
required
domain
string
required
location
Address · object
required
customerSupportEmail
string