Can I enable introspection query by default for all the request with or without auth header

what I want is introspection query should work even when there is no auth key is passed in the request.
Can I enable introspection query by default for all the request with or without auth header.

Are you talking about graphQL introspection?

yes @Olu I am talking about graphQL introspection currently when we are using auth key even the introspection request is getting blocked.

Have you had a look at our documentation on introspection headers?

You may also want to ensure you have not disabled introspection in the key as indicated in the earlier link

{
    "access_rights": {
        "{API-ID}": {
            "api_id": "{API-ID}",
            "api_name": "{API-NAME}",
            "disable_introspection": true,
            "allowed_types": [],
            "restricted_types": []
        }
    }
}