Which two required request headers interface with Prisma Cloud API? (Choose two.)
Which two required request headers interface with Prisma Cloud API? (Choose two.)
The two required request headers for interfacing with the Prisma Cloud API are 'Content-type: application/json' and 'x-redlock-auth'. 'Content-type: application/json' is necessary for specifying the format of the payload being sent, ensuring it's understood as JSON. 'x-redlock-auth' is required for authentication purposes, containing the JSON Web Token (JWT) that verifies the identity of the requester.
AB https://prisma.pan.dev/api/cloud/api-headers/
x-redlock-auth --> Your JSON Web Token (JWT). Find your JWT in the response object of a successful login request. Content-Type --> This header is required for requests that have request body parameters. The value is usually application/json, but see each request for specific requirements.