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: post
Path: /api/REST/1.0/assets/contentSection
Delete a content section
Method: delete
Path: /api/REST/1.0/assets/contentSection/{id}
Retrieve a content section
Method: get
Path: /api/REST/1.0/assets/contentSection/{id}
Retrieve a list of content sections
Method: get
Path: /api/REST/1.0/assets/contentSections
Update a content section
Method: put
Path: /api/REST/1.0/assets/contentSection/{id}