{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Journey - Data Ingestion API API", "version": "1.0.0" }, "items": [ { "info": { "name": "Journey - Data Ingestion API", "type": "folder" }, "items": [ { "info": { "name": "Journey Event Posting", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/publish/v1/api/event", "params": [ { "name": "workspaceId", "value": "63feryn344678998djs878", "type": "query", "description": "Workspace ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webexapis.com/v1/authorize", "accessTokenUrl": "https://webexapis.com/v1/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Journey Event Posting API accepts events that describe what occurred, when, and by whom on every interaction across touch points and applications. Data Ingestion is based on Cloud Events specification for describing event data in a common way. API accepts data in the form of POST with support for Header based authorization. \n\nRole and Scope: Requires id full admin role with cjds:admin_org_write or any role with cjp:config_write scope." } ] } ], "bundled": true }