cURL
curl --request PUT \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/header \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "header": { "productId": "<string>", "properties": {} } } '
{ "id": "<string>", "accountId": "<string>", "isActive": true, "header": { "productId": "<string>", "properties": {} }, "clonedBundleTempName": "<string>" }
Sets or replaces the header product for a bundle. Clears the old header product’s bundle reference in HubSpot.
Show child attributes
Bundle header updated successfully