AurionAI Docs

List Video Providers

Return which video OAuth providers are configured on the server.

GET
/api/v2/meetings/video-providers

Return which video OAuth providers are configured on the server.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/meetings/video-providers"
{
  "property1": true,
  "property2": true
}