Check Point Certified Security Expert (CCSE) R81 — Question 84

By default, the web API uses which content-type in its response?

Answer options

Correct answer: C

Explanation

The default content-type for the web API response is JSON, which is widely used for data interchange due to its lightweight nature and ease of use with JavaScript. The other options, such as Java Script, XML, and Text, do not represent the standard format for web API responses as commonly as JSON does.