# Read Single Enterprise Retrieve enterprise details by enterpriseId. Returns enterprise object or 404. Endpoint: GET /enterprise/getenterprise/{enterpriseId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `enterpriseId` (string, required) Enterprise identifier Example: "E0000090" ## Response 200 fields (application/json): - `enterpriseId` (string) Example: "E0000090" - `name` (string) Example: "test enterprise2" - `contact` (string) Example: "Test Contact" - `number` (string) Example: "+12223334444" - `email` (string) Example: "test@email.com" - `deleted` (boolean) - `createdDate` (integer) Example: 1698446777442 - `updateDate` (integer) Example: 1698446777443 - `webexSettings` (object,null) - `numberToMessageAppMaps` (array,null) - `defaultMmsSelection` (boolean) Example: true ## Response 404 fields (application/json): - `error` (string) Example: "Invalid credentials"