cURL
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>" }
Returns the current shop
The access token received from the authorization server in the OAuth 2.0 flow.
OK
"00aa4abd-5778-4199-8161-0b49b2f212e5"