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>"
}Create or update the current settings for the application.
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.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
The url that will be used to fetch marketing event details by id. Must contain a %s character sequence that will be substituted with the event id. For example: https://my.event.app/events/%s
Was this page helpful?