ExamGecko
Question list
Search
Search

Question 398 - 156-315.81 discussion

Report
Export

Which component is NOT required to communicate with the Web Services API?

A.
API key
Answers
A.
API key
B.
session ID token
Answers
B.
session ID token
C.
content-type
Answers
C.
content-type
D.
Request payload
Answers
D.
Request payload
Suggested answer: A

Explanation:

The component that is not required to communicate with the Web Services API is the API key. The Web Services API uses a session ID token for authentication, which is obtained by sending a login request with a valid username and password. The other components are required for sending requests and receiving responses from the Web Services API. The content-type specifies the format of the data being sent or received, such as JSON or XML. The request payload contains the data and parameters for the API call, such as command name, object name, etc.

Reference: [Web Services API Reference Guide]

asked 16/09/2024
Luigi Trigilio
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first