Get status of Microsoft 365 events subscriptions
Gets the status of the Microsoft 365 events subscriptions the user is subscribed to and whether reauthentication is needed.
To learn more about the Microsoft 365 subscriptions notifications mechanism please refer to:
Resource
POST /me/microsoft/subscriptions/events/status
Parameters
None
Payload
None
Response
Object containing Microsoft 365 Exchange subscription status.
Context
Authorization |
User |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/me/microsoft/subscriptions/events/status
Response
{
"object": {
"subscriptionId": "846b23d2-3ee1-4f75-8413-78f5025a2e7d",
"subscriptionExpiry": "2022-02-27 10:29:20",
"isStarted": true,
"isEnabled": true,
"lastSyncDate": "2022-02-27 10:29:20",
"isApproved": true
},
"links": [
{
"rel": "self",
"href": "https://a4ff-92-66-208-137.ngrok.io/api/v1/pbx1/me/microsoft/subscriptions/events/status",
"method": "GET"
}
]
}