cURL
curl --request GET \ --url https://qubesync.com/api/v1/connections/{connectionId} \ --header 'Authorization: Basic <encoded-value>'
{ "data": { "id": "123e4567-e89b-12d3-a456-426614174000", "app_id": "550e8400-e29b-41d4-a716-446655440000", "username": "550e8400-e29b-41d4-a716-446655440001", "company_file": "My Company File.QBW", "last_connected_at": "2023-01-01T12:00:00Z" } }
Returns a single connection by ID
Use your app's API_KEY as the username, and leave the password blank
ID of the connection to return
Connection found
The response is of type object.
object