Key | Description |
---|---|
landing_page_template | Page object - except for read-only attributes |
landing_page_template.type | str |
landing_page_template.bee_json | json |
{
"landing_page_template": {} // Landing Page Template - see 'Landing Page Template model'
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/content/management/landing_pages/templates' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}