HubSpot · Example Payload

Authors Api Batch Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Authors Api Batch Response Example is an example object payload from HubSpot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusresultsrequestedAtstartedAtcompletedAtlinks

Example Payload

Raw ↑
{
  "status": "PENDING",
  "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"
    }
  ],
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z",
  "links": {
    "key": "value"
  }
}