Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 950 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 950 Bytes

CXOneExpertExamples

This repository contains common examples and best practices with working with CXOneExperts (formerly MindTouch) API.

Authorization Tokens

In order to interaction with our API as an approved session and/or as authenticated users, an Authorization token must be used.

Server Tokens

Server API Tokens are used to create integrations between a server application, IoT, bots, or anything that can communicate over HTTPS, and the API. Docs on usage

OAuth2 Tokens

OAuth2 tokens are used for higher level of security where user browser context and privacy is required. Read more on how to integrate.