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 \
  --header 'Authorization: Bearer <token>'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

objectType
string
required

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

Response

200
application/json

Check completed successfully

The response is of type object.