Skip to main content
GET
/
v3
/
email-accounts
/
connect
/
office-365
Connect Office 365 account via OAuth
curl --request GET \
  --url https://api.reply.io/v3/email-accounts/connect/office-365 \
  --header 'Authorization: Bearer <token>'
{
  "title": "Something went wrong",
  "status": 400,
  "detail": "Failed to get Exchange OAuth URL, already in progress connection",
  "errorCode": 3
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Response

Redirect to Microsoft OAuth consent page