Microsites REST Endpoints

Application/1.0/Microsites
A microsite is a miniature website, often dedicated to a specific campaign, product, or keyword. The purpose is to give a visitor (whether channeled through your website, social media assets, emails, SMS, or other channels) precise information that they can use to better understand your products and services or to make a buying decision. There are three types of microsites: basic, secure and authenticated. Each landing page you create in Eloqua must have an associated microsite. Learn more about microsites.
Create a microsite
Method: post
Path: /api/REST/1.0/assets/microsite
Delete a microsite
Method: delete
Path: /api/REST/1.0/assets/microsite/{id}
Retrieve a list of microsites
Method: get
Path: /api/REST/1.0/assets/microsites
Retrieve a microsite
Method: get
Path: /api/REST/1.0/assets/microsite/{id}
Update a microsite
Method: put
Path: /api/REST/1.0/assets/microsite/{id}