HubSpot · Example Payload

Blog Posts Api Blog Post Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Blog Posts Api Blog Post Collection Example is an example object payload from HubSpot, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalresultspaging

Example Payload

Raw ↑
{
  "total": 10,
  "results": [
    {
      "id": "500123",
      "name": "Example Record",
      "slug": "example-value",
      "htmlTitle": "Example Record",
      "postBody": "This is an example description.",
      "postSummary": "example-value",
      "blogAuthorId": "500123",
      "authorName": "Example Record",
      "contentGroupId": "500123",
      "campaign": "example-value",
      "categoryId": 500123,
      "state": "DRAFT",
      "currentState": "active",
      "publishDate": "2025-03-15T14:30:00Z",
      "created": "2025-03-15T14:30:00Z",
      "updated": "2025-03-15T14:30:00Z",
      "archivedAt": "2025-03-15T14:30:00Z",
      "currentlyPublished": true,
      "domain": "example.hubspot.com",
      "featuredImage": "example-value",
      "featuredImageAltText": "example-value",
      "metaDescription": "This is an example description.",
      "headHtml": "example-value",
      "footerHtml": "example-value",
      "language": "en",
      "translatedFromId": "500123",
      "tagIds": [
        500123
      ],
      "useFeaturedImage": true,
      "url": "https://app.hubspot.com/contacts/12345",
      "abStatus": "master",
      "abTestId": "500123",
      "folderId": "500123"
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    },
    "prev": {
      "before": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}