Skip to main content

Welcome

Please go to the dashboard to get your API Key.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]