Skip to main content

Environments

Authentication

All API endpoints are authenticated using Basic Auth.
"security": [
  {
    "basicAuth": []
  }
]