{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Importer API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Importer", "type": "folder" }, "items": [ { "info": { "name": "Import Status", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/import/:session_id/status", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "session_id", "value": "", "type": "path", "description": "The unique identifier for an import." } ] }, "docs": "Responsible for getting status of import session.\n" }, { "info": { "name": "Import Error Logs", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/import/:session_id/error_logs", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "session_id", "value": "", "type": "path", "description": "The unique identifier for an import." } ] }, "docs": "Responsible for getting error logs of import session.\n" }, { "info": { "name": "Create import", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/import/data", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Responsible for creating HighBond resources\n" }, { "info": { "name": "Update import", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/import/data/:session_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "session_id", "value": "", "type": "path", "description": "The unique identifier for an import." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Responsible for updating HighBond resources\n" }, { "info": { "name": "Retry import", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/import/data/:session_id/retry", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "session_id", "value": "", "type": "path", "description": "The unique identifier for an import." } ] }, "docs": "Responsible for retrying a timed-out import session.\n" } ] } ], "bundled": true }