Skip to main content
GET
/
channel-api
/
v1.0
/
shops
List shops attached to the agency
curl --request GET \
  --url https://api.fourthwall.com/channel-api/v1.0/shops
{
  "shops": [
    {
      "shopId": "<string>",
      "name": "<string>"
    }
  ]
}
This endpoint is in beta and subject to change.

Response

200 - application/json

OK

shops
Shop Summary X Response · object[]
required

Shops attached to the agency this channel is credentialed for.