Skip to main content

Authentication

All API endpoints are authenticated using API keys.
"security": [
  {
    "ApiKeyAuth": []
  }
]