Question: Which is the most secure method to transmit an API key?

  1. `URL parameter`
  2. `Authorization header`
  3. `Base64 encoding`
  4. `Basic Auth`

Answer: The correct answer of the above question is Option B:`Authorization header`