Service Callout

I am calling an API with Service Callout policy i am not able to fetch Authorization Header from the response .I am getting null in the header when i print it .

When i am hitting the API directly i am able to see the Authorization header in the response from Postman.

How can i get the Authorization Header value ?

0 2 264
2 REPLIES 2

Authorization header is displayed as custom header when i see it from postman.

I found out my mistake i have to refer the header using calloutResponse.header.{headername} while i was actually using calloutResponse.headers.{headername}