Get Microsoft 365 Synchronization Settings


This request returns an XCCExchangeDefaults object with the Microsoft 365 synchronization settings.

Resource

GET /exchange_settings

Parameters

None

Payload

None

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/exchange_settings
Response
{
        "object": {
                "ctiServiceUrl": "https://cti.xelion.com/oauth-connector/api",
                "isExchangeEnabled": true,
                "isContactsEnabled": true,
                "isEventsEnabled": true
        }
}