nerdexam
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)
  • A
    2% (1)
  • B
    2% (1)
  • C
    91% (40)
  • D
    5% (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.

Full 156-521 Practice