---
title: "PageHeader"
url: "https://earlyaccess.developers.bynder.com/apis/cxuc-1/versions/9a8a4a13-fdd4-455b-8d92-5f16aea67949/schemas/PageHeader"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/cxuc-1/versions/9a8a4a13-fdd4-455b-8d92-5f16aea67949.md

# PageHeader

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: CXUC
  version: 1.0.0
servers:
  - url: https://{your-bynder-domain}/
components:
  schemas:
    PageHeader:
      properties:
        asset:
          properties:
            assetExtension:
              type: string
            assetId:
              type: string
            assetName:
              type: string
            detailUrl:
              type: string
            imageUrl:
              type: string
          title: PageHeaderAsset
          type: object
        backgroundColor:
          type: string
        height:
          type: string
        isSubtitleVisible:
          type: boolean
        isTitleVisible:
          type: boolean
        isVisible:
          type: boolean
        textColorId:
          type: string
      title: PageHeader
      type: object
```
