{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Journey - Subscription API API", "version": "1.0.0" }, "items": [ { "info": { "name": "Journey - Subscription API", "type": "folder" }, "items": [ { "info": { "name": "Get WXCC Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/v1/api/wxcc-subscription/workspace-id/:workspaceId", "params": [ { "name": "workspaceId", "value": "6377dafe02e7cc19b03a71b7", "type": "path", "description": "Workspace ID" } ], "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": "Get WXCC Subscription in JDS. Use the cjp scope if you have a contact center license; otherwise, use the cjds scope. It requires the appropriate cjds:admin_org_read or cjds:admin_org_write scopes or cjp:config_read or cjp:config_write scopes" }, { "info": { "name": "Create WXCC Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/v1/api/wxcc-subscription/workspace-id/:workspaceId", "params": [ { "name": "workspaceId", "value": "6377dafe02e7cc19b03a71b7", "type": "path", "description": "Workspace ID" } ], "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": "Create WXCC Subscription in JDS. Use the cjp scope if you have a contact center license; otherwise, use the cjds scope. It requires the appropriate cjds:admin_org_write or cjp:config_write scopes" }, { "info": { "name": "Delete WXCC Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/admin/v1/api/wxcc-subscription/workspace-id/:workspaceId", "params": [ { "name": "workspaceId", "value": "6377dafe02e7cc19b03a71b7", "type": "path", "description": "Workspace ID" } ], "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": "Delete WXCC Subscription in JDS. Use the cjp scope if you have a contact center license; otherwise, use the cjds scope. It requires the appropriate cjds:admin_org_write or cjp:config_write scopes" } ] } ], "bundled": true }