curl --request GET \
--url http://co-mind-platform-host/v1/services/entra-config \
--header 'Authorization: Bearer <token>'{
"tenantId": "<string>",
"clientId": "<string>",
"authority": "<string>",
"redirectUri": "<string>"
}Get the tenant’s Microsoft Entra ID SSO configuration (no secrets exposed).
curl --request GET \
--url http://co-mind-platform-host/v1/services/entra-config \
--header 'Authorization: Bearer <token>'{
"tenantId": "<string>",
"clientId": "<string>",
"authority": "<string>",
"redirectUri": "<string>"
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>