connected status.
All endpoints require authentication via Authorization: Bearer <token>.
Check connection
GET /api/connect/checkstring
required
The service identifier to check. Currently supported:
DROP.Response 200 - connected
Response 200 - no entitlement
Connect to service
POST /api/connect/connectstring
required
The service identifier to connect to (e.g.,
DROP).Response 200
Response 200 - already connected
Response 404
Disconnect from service
POST /api/connect/disconnectstring
required
The service identifier to disconnect from (e.g.,
DROP).
