Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" }
Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.
Returns the current shop
The access token received from the authorization server in the OAuth 2.0 flow.
OK
"sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb"