Check_Point
156-521 · Question #167
156-521 Question #167: Real Exam Question with Answer & Explanation
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.
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
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.
Community Discussion
No community discussion yet for this question.