DevNet Associate DEVASC 200-901 Official Certification Guide by Adrian Iliesiu (z-lib.org)

(andrew) #1

In order to use the Webex Meetings APIs, you need to
preregister an API key and then use the HM256
algorithm to generate a JWT token to access a Webex
anonymous API (e.g., GetSessionInfoAgg,
GetAllSitesByEmailAgg).


To apply for an API key, visit
https://api.Webex.com/gapi/registerapikey. After you
apply for the key, you get the API and the secret (see
Example 10-13).


Example 10-13 Webex Meeting Integration Key
Obtained via the Portal


Click here to view code image


Name: myname mylastname
Email: [email protected]
New API key: deadbeaf-d1e3-4000-993f-
0d9479ab4944
New Passcode: 2BEEF
New Secret key:
DEADBEEFNYH54RP8THOJSXM8OJKOUJVHXKGK7QQZSL1KF2D967JY5XZIR64B3GY5N-
GRWMBVXG132XDGZOT5XJ62VQU4558I13J8IQ7TPEIPFB9MNG48WJM67F5C82P01VYTQTT4428T7RYQN0-
YMSHXAX8ARLVQHHPNCCH1RJZYRIUF3AI0O0A6BA3BQN54DJ9VN3V9XPKUZZM1E570X07IKTSHDVTPW8CW-
MU5Y9XZG76Z9FFA5UN1DJ7N39RXQQE99TRFA5HDBL2BJBPUOX6NMY6BDBZ4JP2IQ3RP3D6D7CUBP5U7W5EK-
BWVTRZQXBY0L4M98Y1BR9HX5FD9D9HWYA
Expiration time: 4/27/20 6:22 AM GMT

Webex XML APIs


The Webex XML model utilizes the exchange of well-
formed XML documents to deploy messages. Each of
these messages relates to a specific Webex operation. An
XML request document specifies the desired action of
the particular service’s elements. The XML response
document returned by the Webex XML server describes
the revised state of that service, as determined by the
Webex XML server.

Free download pdf