AurionAI Docs

Calendar Oauth Start

GET
/api/v2/meetings/calendar-oauth/{provider}/start

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

provider*Provider
Value in"google" | "microsoft"

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/meetings/calendar-oauth/google/start"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}