Check_Point
156-521 · Question #167
Which authentication method is required in Postman to initiate a session with the Management API?
The correct answer is C. Login JSON body using POST method. You must send a JSON-formatted POST request to the /login endpoint with a username and password. This returns a session token, which is then used for authenticating future requests.
Check Point API Fundamentals
Question
Which authentication method is required in Postman to initiate a session with the Management API?
Options
- AAPI Key
- BBasic Auth
- CLogin JSON body using POST method
- DCertificate-based authentication
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C86% (24)
- D7% (2)
Explanation
You must send a JSON-formatted POST request to the /login endpoint with a username and password. This returns a session token, which is then used for authenticating future requests.
Topics
#API authentication#Postman#login request#session initiation
Community Discussion
No community discussion yet for this question.