Saltar al contenido principal
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
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de ruta

objectType
string
requerido

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

Respuesta

Check completed successfully

exists
boolean
requerido

Whether analytics data exists for the specified object type

Last modified on April 13, 2026