HubSpot · Example Payload

Hubspot Oauth Error Detail Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Oauth Error Detail Example is an example object payload from HubSpot, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messagecodesubCategoryincontext

Example Payload

Raw ↑
{
  "message": "Invalid parameter value",
  "code": "INVALID_PARAMETER",
  "subCategory": "MISSING_REQUIRED_FIELD",
  "in": "body",
  "context": {
    "missingFields": [
      "client_secret"
    ]
  }
}