Check_Point
156-521 · Question #200
You've created a Postman collection with login, object creation, and logout. In what order should these run?
The correct answer is B. Login ?Add object ?Logout. The correct sequence is to login, perform API actions such as adding objects, then logout to close the session. The session token is only valid between login and logout.
Security Management API Operations
Question
You've created a Postman collection with login, object creation, and logout. In what order should these run?
Options
- AAdd object ?Logout ?Login
- BLogin ?Add object ?Logout
- CLogout ?Login ?Add object
- DLogin ?Logout ?Add object
How the community answered
(47 responses)- B94% (44)
- C2% (1)
- D4% (2)
Explanation
The correct sequence is to login, perform API actions such as adding objects, then logout to close the session. The session token is only valid between login and logout.
Topics
#workflow order#login#logout#Postman collection
Community Discussion
No community discussion yet for this question.