Zum Hauptinhalt springen
GET
/
analytics
/
v2
/
reports
/
{objectType}
/
exists
Check for the existence of analytics data for an object type
curl --request GET \
  --url https://api.hubapi.com/analytics/v2/reports/{objectType}/exists
{
  "exists": true
}

Pfadparameter

objectType
string
erforderlich

The object type that you want to check for analytics data.

Antwort

Check completed successfully

exists
boolean
erforderlich

Whether analytics data exists for the specified object type

Zuletzt geändert am 9. April 2026