---
title: "Website page details"
method: GET
path: "/v1/website_pages/{id}"
tags: ["Sites"]
---

# Website page details

`GET /v1/website_pages/{id}`

Details of a website page

## Website Page Attributes
* `title` (string) - Title of the website page
* `url` (string) - URL of the website page
* `created_at` (string) - Date and time the website page was created
* `updated_at` (string) - Date and time the website page was updated_at

## Path parameters

- `id` string, required

## Query parameters

- `fields[website_pages]` string

## Response `200`

Success, shows details of a website page

## Other responses

- `401` — Unauthorized, Authorization header is missing or invalid
- `403` — Forbidden, insufficient permission to access the resource
- `404` — website page not found

---

[API](https://skmtc.net/kajabi/apis/kajabi-api-v1.md) · [All operations](https://skmtc.net/kajabi/apis/kajabi-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kajabi/kajabi-api-v1/revisions/a98d6d843191/schema)
