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

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