Email Accounts

Connect Email Account (OAuth) — Coming Soon

POST/v1/email-accounts/oauth
POST
/v1/email-accounts/oauth

Connect Email Account (OAuth) — Coming Soon

Coming soon — this endpoint is not yet available and currently returns 501 not_implemented. It will connect a Gmail or Microsoft email account using OAuth tokens obtained by the partner through their own OAuth flow. To connect an email account today, use POST /v1/email-accounts.

Authorization

X-Api-Key<token>

In: header

Responses

501
not_implemented

Request

curl -X POST \
  "https://lupus-edge.trulyinbox.com/v1/email-accounts/oauth" \
  -H "X-Api-Key: YOUR_API_KEY"

Response

No response body