AurionAI Docs

Get Microsoft Oauth Config

GET
/api/v2/email/channels/oauth/microsoft/config

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/email/channels/oauth/microsoft/config"
{
  "authorize_url": "",
  "client_id": "",
  "enabled": true,
  "redirect_uri": "",
  "scopes": "",
  "state": ""
}