{ "opencollection": "1.0.0", "info": { "name": "Oracle Eloqua Bulk Account Exports Contact Imports API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact Imports", "type": "folder" }, "items": [ { "info": { "name": "Oracle Eloqua List contact import definitions", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to sort results by" } ] }, "docs": "Retrieve all contact import definitions." }, { "info": { "name": "Oracle Eloqua Create a contact import definition", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new import definition for contacts. After creation, push data and create a sync to execute the import." }, { "info": { "name": "Oracle Eloqua Retrieve a contact import definition", "type": "http" }, "http": { "method": "GET", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Retrieve a specific contact import definition by its identifier." }, { "info": { "name": "Oracle Eloqua Update a contact import definition", "type": "http" }, "http": { "method": "PUT", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing contact import definition." }, { "info": { "name": "Oracle Eloqua Delete a contact import definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete a contact import definition by its identifier." }, { "info": { "name": "Oracle Eloqua Push data to a contact import", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports/:id/data", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Push data records to be processed by the contact import definition." }, { "info": { "name": "Oracle Eloqua Delete staged contact import data", "type": "http" }, "http": { "method": "DELETE", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/imports/:id/data", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Delete data that has been staged for the import but not yet synced." }, { "info": { "name": "Oracle Eloqua Create a contact sync action", "type": "http" }, "http": { "method": "POST", "url": "https://secure.p01.eloqua.com/API/Bulk/2.0/contacts/syncActions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a sync action for contacts, such as setting subscription status." } ] } ], "bundled": true }