Check_Point
156-521 · Question #180
What is the first step when using Postman to interact with the Check Point Management API?
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.
Check Point API Fundamentals
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
How the community answered
(41 responses)- B93% (38)
- C2% (1)
- D5% (2)
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.
Topics
#Postman#login#API workflow#Management API
Community Discussion
No community discussion yet for this question.