Skip to main content
GET
/
v1
/
workspaces
/
{workspaceId}
/
sites
List Sites
curl --request GET \
  --url https://8511e6e5e351.ngrok-free.app/v1/workspaces/{workspaceId}/sites \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "Hearth Furniture Company",
      "hostUrl": "https://hearthfurniture.com",
      "apiKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ],
  "hasMore": true
}

Authorizations

Authorization
string
header
required

The API key for the App (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)

Path Parameters

workspaceId
string<uuid>
required

Query Parameters

limit
number
default:20
Required range: 0 <= x <= 100
after
string<uuid>

Response

201 - application/json
data
object[]
required
hasMore
boolean
required