Skip to main content
There is a new version of the interactions API that supports streaming. The endpoint has been updated, and the old API will be deprecated on September 30, 2026.

Authentication

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