Skip to main content
GET
List pages

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

The amount of pages to return in the list. The default is 50 and the maximum is 500.

offset
integer

The offset of the page ID to begin list of pages within the response.

Response

200 - application/json

Returns all page objects that meet argument criteria from original request.

id
integer
name
string
children
object[]