Saltar al contenido principal
GET
/
marketing
/
v3
/
marketing-events
Obtener todos los eventos de marketing
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "customProperties": [
        {
          "name": "<string>",
          "value": "<string>"
        }
      ],
      "eventName": "<string>",
      "objectId": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z",
      "appInfo": {
        "id": "<string>",
        "name": "<string>"
      },
      "attendees": 123,
      "cancellations": 123,
      "endDateTime": "2023-11-07T05:31:56Z",
      "eventCancelled": true,
      "eventCompleted": true,
      "eventDescription": "<string>",
      "eventOrganizer": "<string>",
      "eventStatus": "<string>",
      "eventType": "<string>",
      "eventUrl": "<string>",
      "externalEventId": "<string>",
      "noShows": 123,
      "registrants": 123,
      "startDateTime": "2023-11-07T05:31:56Z"
    }
  ],
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    }
  }
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de consulta

after
string

El cursor que indica la posición del último elemento recuperado.

limit
integer<int32>
predeterminado:10

El límite para el tamaño de la respuesta. El valor predeterminado es 10; el número máximo es 100.

Respuesta

successful operation

results
object[]
requerido
paging
object
Last modified on December 9, 2025