Zum Hauptinhalt springen
POST
/
marketing
/
v3
/
marketing-events
/
{appId}
/
settings
Anwendungseinstellungen aktualisieren
curl --request POST \
  --url https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventDetailsUrl": "<string>"
}
'
{
  "appId": 123,
  "eventDetailsUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

appId
integer<int32>
erforderlich

Body

application/json
eventDetailsUrl
string
erforderlich

Die URL, die zum Abrufen von Marketingeventdetails nach ID verwendet wird. Muss eine „%s“-Zeichenfolge enthalten, die durch die Event-ID ersetzt wird. Beispiel: „https://my.event.app/events/%s“.

Antwort

successful operation

appId
integer<int32>
erforderlich

Die ID der Anwendung, für die die Einstellungen gelten

eventDetailsUrl
string
erforderlich

Die URL, die zum Abrufen von Marketingevent-Details anhand der ID verwendet wird

Last modified on April 13, 2026