Check_Point
156-521 · Question #169
What is the expected content-type header for Check Point API calls in Postman?
The correct answer is C. application/json. All Check Point API requests and responses use application/json. Postman must set this header to ensure proper encoding and parsing of payloads and responses.
Check Point API Fundamentals
Question
What is the expected content-type header for Check Point API calls in Postman?
Options
- Aapplication/xml
- Bmultipart/form-data
- Capplication/json
- Dtext/plain
How the community answered
(67 responses)- A4% (3)
- B1% (1)
- C93% (62)
- D1% (1)
Explanation
All Check Point API requests and responses use application/json. Postman must set this header to ensure proper encoding and parsing of payloads and responses.
Topics
#content-type header#application/json#API headers#Postman
Community Discussion
No community discussion yet for this question.