Saltar al contenido principal
GET
/
marketing
/
marketing-events
/
2026-03
/
{appId}
/
settings
Recuperar la configuración de la aplicación
curl --request GET \
  --url https://api.hubapi.com/marketing/marketing-events/2026-03/{appId}/settings \
  --header 'Authorization: Bearer <token>'
{
  "appId": 123,
  "eventDetailsUrl": "<string>"
}

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.

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

appId
integer<int32>
requerido

Respuesta

successful operation

appId
integer<int32>
requerido

El ID de la aplicación a la que corresponde la configuración

eventDetailsUrl
string
requerido

La URL que se utilizará para recuperar los detalles del evento de marketing por ID

Last modified on April 13, 2026