API ReferenceAuthentication
Get Connection Status
Get a single connection status, identified by companyId.
Authorization
bearerAuth admin, superadmin, superuserAuthorization<token>
In: header
Scope: admin, superadmin, superuser
Path Parameters
companyId*number
The company's ID.
Format
doubleResponse Body
application/json
curl -X GET "https://example.com/auth/microsoft-entra/connections/0.1"{ "companyId": 0.1, "enabled": true, "tenantId": "string", "providerName": "string"}