Check_Point
156-521 · Question #180
156-521 Question #180: Real Exam Question with Answer & Explanation
The correct answer is B. Send a login POST request with credentials. The first step is to authenticate by sending a POST request to /login with a JSON payload containing username and password. This returns a session token for subsequent API calls.
Question
What is the first step when using Postman to interact with the Check Point Management API?
Options
- AImport Swagger file
- BSend a login POST request with credentials
- CInstall the Ansible module
- DCreate a policy package
Explanation
The first step is to authenticate by sending a POST request to /login with a JSON payload containing username and password. This returns a session token for subsequent API calls.
Community Discussion
No community discussion yet for this question.