Content sections REST Endpoints
Application/1.0/Content sections
Content sections allow you to create shared content to use inside assets such as emails and landing pages.
Learn more about shared content.
- Create a content section
- Method: postPath:
/api/REST/1.0/assets/contentSection - Delete a content section
- Method: deletePath:
/api/REST/1.0/assets/contentSection/{id} - Retrieve a content section
- Method: getPath:
/api/REST/1.0/assets/contentSection/{id} - Retrieve a list of content sections
- Method: getPath:
/api/REST/1.0/assets/contentSections - Update a content section
- Method: putPath:
/api/REST/1.0/assets/contentSection/{id}