nerdexam
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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    86% (24)
  • D
    7% (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.

Full 156-521 Practice