Marketing
English
cURL
curl --request POST \ --url https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings \ --header 'Content-Type: application/json' \ --data '{ "eventDetailsUrl": "<string>" }'
{ "appId": 123, "eventDetailsUrl": "<string>" }
Create or update the current settings for the application.
The id of the application to update the settings for.
successful operation
The response is of type object.
object
Was this page helpful?