Landing pages REST Endpoints

Application/1.0/Landing pages
Landing pages are often the first significant part of a campaign that a contact will see. A contact may be directed to your landing page from a link in an email or from an ad on the web. The landing page provides the contact with more information and options related to the email or ad that brought them there. On the landing page they can be asked to participate in the campaign by reviewing detailed information, submitting a form, or clicking a button to receive additional information etc. The landing page moves prospects through your campaign and gives them a clearer idea about your product and your companies trustworthiness. Learn more about landing pages.
Create a landing page
Method: post
Path: /api/REST/1.0/assets/landingPage
Delete a landing page
Method: delete
Path: /api/REST/1.0/assets/landingPage/{id}
Retrieve a landing page
Method: get
Path: /api/REST/1.0/assets/landingPage/{id}
Retrieve a list of landing pages
Method: get
Path: /api/REST/1.0/assets/landingPages
Update a landing page
Method: put
Path: /api/REST/1.0/assets/landingPage/{id}