Get connection status
Connections
Get Connection Status
Get the user’s connection status for a specific server. Used to poll connection status during OAuth flows.
GET
Get connection status
Authorizations
JWT token obtained through Barndoor's OAuth 2.0 authorization-code flow with PKCE.
The token should be included in the Authorization header:
Authorization: Bearer <your-jwt-token>
Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.
Path Parameters
Server UUID
Response
Connection status
Current connection status
Available options:
available, pending, connected, error Example:
"connected"