TeamGet team detailsGet team details Return team details including a list of the employeesGET/api/partners/v1/team/:team_id/RequestExpand Allteam_idstringRequiredExample requestGETcurl -X GET \ -H "Authorization: Bearer YOUR_API_KEY" \ "https://api.funnelleasing.com/api/partners/v1/team/:team_id/"ResponseExpand AllidintegerOptionalnamestringOptionalteam_typestringOptionalusersarray<TeamUser>OptionalExample responseJSON200 · application/json{ "id": 123, "name": "TeamName", "team_type": "string", "users": [ { "id": 123, "first_name": "Jane", "last_name": "Smith", "email": "jane.smith@example.com", "role": "user-role" } ] }