HubSpot · Example Payload

Hubspot Authors Blog Author Collection Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Authors Blog Author 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",
      "email": "jsmith@example.com",
      "bio": "example-value",
      "website": "https://app.hubspot.com/contacts/12345",
      "twitter": "example-value",
      "facebook": "example-value",
      "linkedin": "https://app.hubspot.com/contacts/12345",
      "avatar": "https://app.hubspot.com/contacts/12345",
      "language": "en",
      "translatedFromId": "500123",
      "created": "2025-03-15T14:30:00Z",
      "updated": "2025-03-15T14:30:00Z",
      "deletedAt": "2025-03-15T14:30:00Z"
    }
  ],
  "paging": {
    "next": {
      "after": "example-value",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}