3. Security and Validation

queryParamExtractor

Version

Extracts an API key from a URL query parameter. By default, the parameter name is api-key. If the parameter is present in the request URI, its value is returned as the API key. Parameter name matching is case-insensitive.

Example usage inside <apiKey>:


    

   
   
 

Attributes

NameRequiredDefaultDescriptionExamples
namefalseapi-keyThe query parameter name to check for an API key.api_key

Can be used in