---
title: "Custom pages"
description: "Custom pages: available fields, filters, associations, and API operations."
lastModified: "2026-08-21"
---

**Path:** `events/{event_id}/custom-pages`  
**Methods:** GET collection/record only.

- Fields: `event-id`, `title`, `page-type`, `content`, `website-url`, `position`, `created-at`, `updated-at`.  
- Filter: `page_type`.  
- Associations: none.

```
GET .../custom-pages?page_type=website
```

POST, PATCH, and DELETE are not available.
