Skip to main content

Authentication

All API endpoints are authenticated using x-api-key and picked up from the specification file.
"security": [
  {
    "X-API-KEY": []
  }
]