API Docs / Schemas / OAuthStatusResponse

OAuthStatusResponse

Response containing OAuth connection status for Microsoft365/Google providers

Properties

Name Type Description
isConnectedboolean

Whether OAuth is connected

Whether OAuth is connected

sendAsEmailstring

Email address being sent as (null if not connected)

Email address being sent as (null if not connected)

connectedBystring

Email of the user who authorized (null if not connected)

Email of the user who authorized (null if not connected)

connectedAtstring

When OAuth was connected (null if not connected)

When OAuth was connected (null if not connected)

authorisationUrlstring

Authorisation URL to redirect user to for OAuth flow (only present when initiating OAuth)

Authorisation URL to redirect user to for OAuth flow (only present when initiating OAuth)

JSON Example

{
  "isConnected": false,
  "sendAsEmail": "string",
  "connectedBy": "string",
  "connectedAt": "2024-01-01T00:00:00Z",
  "authorisationUrl": "string"
}

Contained in Schemas