AurionAI Docs

List Video Connections

GET
/api/v2/meetings/video-connections

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/meetings/video-connections"
[
  {
    "account_email": "string",
    "auto_connected": true,
    "connected_at": "2019-08-24T14:15:22Z",
    "id": "string",
    "provider": "string",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]