Skip to main content
GET
Get Page

Get Page

Returns a single page by its ID.

Request

Path Parameters

id
string
required
The unique page ID (pageId)

Response

status
integer
HTTP status code (200 on success)
state
string
Outcome state, success on success
message
string
Human-readable message, null on success
data
object
Wrapper containing the page object

Example Response

Error Response

When no page matches the ID for the store, the request returns a 404 envelope:

Error Codes

StatusStateDescription
401errorInvalid or missing access token
403errorApp doesn’t have read_content scope
404errorPage with the specified ID does not exist