Authentication

All API endpoints are authenticated using API key and picked up from the specification file.

"security": [
  {
    "apiKeyAuth": []
  }
]