HubSpot · Example Payload

Source Code Api Asset File Metadata Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Source Code Api Asset File Metadata Example is an example object payload from HubSpot, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamefolderchildrenhashcreatedAtupdatedAtarchivedAt

Example Payload

Raw ↑
{
  "id": "templates/blog/post.html",
  "name": "post.html",
  "folder": false,
  "children": [
    "header.html",
    "footer.html",
    "sidebar.html"
  ],
  "hash": "a1b2c3d4e5f6",
  "createdAt": 1705312200000,
  "updatedAt": 1705398600000,
  "archivedAt": 0
}