Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

An OAuth Client is a token-based method of authentication which allows a third-party application to access CX platform API using OAuth protocol.

Step 1: Get the Client ID of OAuth Client

(1)Log in to your CloudCX Control Panel.

...

Your OAuth Client is successfully created and listed on the OAuth Client page, and get the Client ID from the OAuth Client.

Step 2: Get the OAuth Access Token

To get the OAuth Access Token, follow these steps(Postman or CURL):

Postman

(1)Log in to Postman.

(2)Go to Home > Create New > HTTP Request.(Menu might be differect on different Postman version)

...

(7)Copy the OAuth Access Token to your clipboard.

...

Step 3: Use the OAuth Access token & client ID to call an API

To call an API using the OAuth Access Token, follow these steps(Postman or CURL):

Postman

(1)Select the GET method and provide the API request URL.

...