Generate collection ignores the value of ApiKey

My question:
Hi, I am writing my first OpenAPI 3.1 document using POSTMAN. Everything seems to work fine except, when I generate a collection from the schema that has the ApiKey (Screen Shot 1), the key goes missing in the generated collection (Screen Shot 2) and I have to type it manually.

image
Screen shot 1


Screen shot 2:

Need help on that.
Thanks

Hi @imirza10

Iā€™m not 100% sure but reading the info on that screenshot I would guess that this is a security feature to avoid sharing API keys in plain text. The recommendation in that screenshot says to use a variable, so is likely a placeholder for where the client is expecting sensitive data to be passed in.