HubSpot · Example Payload

Cms Pages Api Page Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Cms Pages Api Page Example is an example object payload from HubSpot, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamehtmlTitleslugstatecurrentStatecontentTypeCategorypublishDatemetaDescriptionurldomainlanguagetemplatePathcreatedAtupdatedAtarchived

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "Example Record",
  "htmlTitle": "Example Record",
  "slug": "example-value",
  "state": "DRAFT",
  "currentState": "active",
  "contentTypeCategory": 100,
  "publishDate": "2025-03-15T14:30:00Z",
  "metaDescription": "This is an example description.",
  "url": "https://app.hubspot.com/contacts/12345",
  "domain": "example.hubspot.com",
  "language": "en",
  "templatePath": "/content/templates/example",
  "createdAt": "2025-03-15T14:30:00Z",
  "updatedAt": "2025-03-15T14:30:00Z",
  "archived": true
}