Pulsar Docs
API ReferenceAuthentication

Get Connection Status

GET
/auth/microsoft-entra/connections/{companyId}

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

Get a single connection status, identified by companyId.

Authorization

bearerAuth admin, superadmin, superuser
Authorization<token>

In: header

Scope: admin, superadmin, superuser

Path Parameters

companyId*number

The company's ID.

Formatdouble

Response Body

application/json

curl -X GET "https://example.com/auth/microsoft-entra/connections/0.1"
{  "companyId": 0.1,  "enabled": true,  "tenantId": "string",  "providerName": "string"}