ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 170 - 350-901 discussion

Report
Export

While working with the Webex Teams API, on an application that uses end-to-end encryption, a webhook has been received. What must be considered to read the message?

A.

Webhook information cannot be used to read the message because of end-to-end encryption. The API key is needed to decrypt the message.

Answers
A.

Webhook information cannot be used to read the message because of end-to-end encryption. The API key is needed to decrypt the message.

B.

Webhook returns the full unencrypted message. Only the body is needed to query the API.

Answers
B.

Webhook returns the full unencrypted message. Only the body is needed to query the API.

C.

Webhook returns a hashed version of the message that must be unhashed with the API key.

Answers
C.

Webhook returns a hashed version of the message that must be unhashed with the API key.

D.

Webhook returns message identification. To query, the API is needed for that message to get the decrypted information.

Answers
D.

Webhook returns message identification. To query, the API is needed for that message to get the decrypted information.

Suggested answer: D

Explanation:

room messages are considered sensitive information and since Webex initiated the request to your backend, it did not have your Access Token with which to decrypt the message. In order to get the sensitive information, your app needs to use the resource id to fetch the full resource. Using the above messages example, your app could fetch the complete message object along with the text by doing an authenticated (via your Bearer Token) GET request to /

messages/{id}

https://developer.webex.com/docs/api/guides/webhooks

asked 10/10/2024
GISELE AGNARAMON
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first