AurionAI Docs

List Calendar Providers

Return which calendar OAuth providers are configured on the server.

GET
/api/v2/meetings/calendar-providers

Return which calendar OAuth providers are configured on the server.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

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