Skip to main content
GET
List website pages

Authorizations

Authorization
string
header
required

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

Query Parameters

sort
string

Sort order, use: created_at for descending order use '-' e.g. &sort=-created_at

page[number]
integer
page[size]
integer

Number of documents

fields[website_pages]
string

Partial attributes as specified, e.g. fields[website_pages]=title

Response

Success, list of website pages which the current user may access

data
object[]