{ "opencollection": "1.0.0", "info": { "name": "Oracle Eloqua Bulk Account Exports Landing Pages API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Landing Pages", "type": "folder" }, "items": [ { "info": { "name": "Oracle Eloqua List landing pages", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/landingPages", "params": [ { "name": "count", "value": "", "type": "query", "description": "Maximum number of entities to return (1-1000)" }, { "name": "depth", "value": "", "type": "query", "description": "Level of detail returned for the entity" }, { "name": "page", "value": "", "type": "query", "description": "Page number to return (starts at 1)" }, { "name": "search", "value": "", "type": "query", "description": "Search criteria for filtering results" }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to sort results by (e.g., createdAt DESC)" } ] }, "docs": "Retrieve all landing page assets matching the specified criteria." }, { "info": { "name": "Oracle Eloqua Create a landing page", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/landingPage", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new landing page asset." }, { "info": { "name": "Oracle Eloqua Retrieve a landing page", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/landingPage/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" }, { "name": "depth", "value": "", "type": "query", "description": "Level of detail returned for the entity" } ] }, "docs": "Retrieve a single landing page asset by its identifier." }, { "info": { "name": "Oracle Eloqua Update a landing page", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/landingPage/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing landing page asset." }, { "info": { "name": "Oracle Eloqua Delete a landing page", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/assets/landingPage/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete a landing page asset by its identifier." } ] } ], "bundled": true }