{ "opencollection": "1.0.0", "info": { "name": "Act! Web API — Import", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Import", "type": "folder" }, "items": [ { "info": { "name": "Get list of target fields for mapping.", "type": "http" }, "http": { "method": "POST", "url": "https://apimta.act.com/act.web.api/api/import/mapping/:entityType", "params": [ { "name": "entityType", "value": "", "type": "path", "description": "Type of entity (Contact, Company ectc.)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get list of target fields for mapping." }, { "info": { "name": "Start import flow.", "type": "http" }, "http": { "method": "POST", "url": "https://apimta.act.com/act.web.api/api/s3-import", "body": { "type": "json", "data": "{}" } }, "docs": "Start import flow." }, { "info": { "name": "Get import results.", "type": "http" }, "http": { "method": "GET", "url": "https://apimta.act.com/act.web.api/api/s3-import/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique import identifier." } ] }, "docs": "Get import results." }, { "info": { "name": "Imports contact records from .csv file.", "type": "http" }, "http": { "method": "POST", "url": "https://apimta.act.com/act.web.api/api/s3-import/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique import identifier." } ] }, "docs": "Imports contact records from .csv file." } ] } ], "bundled": true }