Overview
This sample application allows you to use the API in a few simple steps:
-
Install a Conversational Cloud Application. Here is a Conversational Cloud Applications installation guide. After finishing the installation please retrieve the AppInstall ID and secret that you will need to use when calling this API's endpoints.
-
Retrieve your domain. Use the LivePerson Domain API to retrieve this information by providing the following service name:
- sentinel
-
Configure in a properties file the following:
-
OAUTH2_CLIENT_ID=[installation id provided after application registration]
-
OAUTH2_CLIENT_SECRET=[secret provided after application registration]
-
OAUTH2_CALLBACK_URL=http://localhost:3000/callback
-
OAUTH2_AUTHORIZATION_URL=https://[sentinel domain]/sentinel/api/account/[accountid]/authorize?v=1.0
-
OAUTH2_TOKEN_URL=https://[sentinel domain]/sentinel/api/account/[accountid]/token?v=2.0
-
-
Run the following mock application with the configuration file you created. See the GitHub readme of the repository for more information on how to use it.
-
Open your browser on http://localhost:3000 and log in.