Pular para o conteúdo principal
GET
/
reports
/
v2
/
events
Get events
curl --request GET \
  --url https://api.hubapi.com/reports/v2/events
[
  {
    "id": "<string>",
    "status": "<string>",
    "name": "<string>",
    "label": "<string>"
  }
]

Parâmetros de consulta

includeDeletes
boolean
padrão:false

If specified as true, include deleted events

Resposta

Events retrieved successfully

id
string
obrigatório

The event ID

status
string
obrigatório

The event status

name
string

The event name

label
string

The event label

Last modified on April 13, 2026