cURL
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>" }
Returns the current shop contact info
The access token received from the authorization server in the OAuth 2.0 flow.
OK
Show child attributes