Connections
Get Connections
Retrieve a connection based on the provided app ID and shared flag.
Args: current_user (UserProfile): The currently authenticated user. session (Session): Database session dependency. appid (str): The application ID for the connection. shared (bool): Indicates if the connection is shared.
Returns: dict: The connection details, excluding sensitive fields.
Raises: HTTPException: If the connection cannot be found or processed.
get/v1/connections/applications
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.