Skip to main content
GET
List package pages

Authorizations

Authorization
string
header
required

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

Path Parameters

environmentName
string
required

Name of the environment Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
packageName
string
required

Name of the package Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Response

A list of pages in the package

resource
string

Canonical URL to the served page. Root-relative and does NOT carry the /api/v0 prefix, because pages are static assets served off the server root rather than API resources.

packageName
string

Name of the package containing this page

path
string

Relative path to the HTML file within its package directory

title
string

Title extracted from the file's tag, or the path if not present