v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBApp Management
Get Microsoft 365 Apps Status
Provides the App Connection Status for M365.
get/insync/cappmaster/v1/apps/status
Query parameters
tenantType'M365' required
Example:M365
The name of the App for which the status is required.
Response
Success
Example response
{
"M365": [
{
"appId": 1,
"appName": "Microsoft 365 Advanced",
"status": 3,
"lastConfigured": "2020-09-18T11:50:41+00:00Z",
"clientid": "r5949668-853d-485t-vlo5-28df7cd0d7c8"
}
]
}