# Get operator Retrieves the details of a specific operator. Endpoint: GET /v3/operators/{operatorId} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `operatorId` (string, required) ## Response 200 fields (application/json): - `error` (boolean, required) Indicates whether an error occurred during the request - `data` (object, required) - `data.operator_id` (string, required) The unique identifier for the operator Example: "2dea792a-2dea-492c-815d-8fb826be8d49" - `data.name` (string, required) The name of the operator Example: "AT&T USA" - `data.iso2` (string, required) ISO 2-letter country code Example: "US" - `data.supported_rats` (array, required) List of supported Radio Access Technologies (RATs) Example: ["4G","5G"] - `data.mcc_mnc` (array, required) List of MCC-MNC codes associated with the operator Example: ["310-680","310-410"] ## Response 401 fields (application/json): - `error` (boolean, required) Indicates whether an error occurred during the request Example: true - `message` (string, required) Error message describing the unauthorized access Example: "Unauthorized: API key is missing"