{ "operationId": "getConnections", "method": "GET", "path": "/Connections", "summary": "Xero Retrieves the connections for this user", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "[ { \"id\": \"7cb59f93-2964-421d-bb5e-a0f7a4572a44\", \"tenantId\": \"fe79f7dd-b6d4-4a92-ba7b-538af6289c58\", \"tenantName\": \"Demo Company (NZ)\", \"tenantType\": \"ORGANISATION\", \"createdDateUtc\": \"2019-12-07T18:46:19.5165400\", \"updatedDateUtc\": \"2019-12-07T18:46:19.5187840\" } ]" } ] }