# List enterprises for a specified CSP (supports pagination). List enterprises for a specified CSP with pagination support Endpoint: GET /csp/enterprises/{cspId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `cspId` (string, required) CSP identifier (e.g. CSP001) Example: "CSP001" ## 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 400 fields (application/json): - `error` (string) Example: "Invalid credentials" ## Response 401 fields (application/json): - `error` (string) Example: "Invalid credentials"