AurionAI Docs

Get Google Oauth Config

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

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

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