Skip to main content
GET
List Sites

Authorizations

Authorization
string
header
required

An API key created in Settings → Account → API Keys.

Query Parameters

cursor
string

Opaque cursor from the previous page. Omit for the first page.

limit
number
default:25
Required range: 1 <= x <= 100

Response

200 - application/json
data
object[]
required
nextCursor
string | null
required

Opaque cursor: pass back as cursor for the next page. Iterate until it is null; pages may occasionally hold fewer than limit items, so an empty or short page with a non-null cursor is not the end of the list.