Check_Point
156-521 · Question #170
Which Postman component stores the session token after login for use in subsequent API calls?
The correct answer is C. Environment Variable. In Postman, the session token returned from /login should be stored in an environment variable. This token is then passed automatically in subsequent requests using the X-chkp-sid header.
Check Point API Fundamentals
Question
Which Postman component stores the session token after login for use in subsequent API calls?
Options
- ARequest Body
- BPre-request Script
- CEnvironment Variable
- DAuthorization Tab
How the community answered
(44 responses)- A2% (1)
- B2% (1)
- C91% (40)
- D5% (2)
Explanation
In Postman, the session token returned from /login should be stored in an environment variable. This token is then passed automatically in subsequent requests using the X-chkp-sid header.
Topics
#Postman#session token#environment variables#API workflow
Community Discussion
No community discussion yet for this question.