# List coverage profiles Returns the list of coverage profiles available to your account. Endpoint: GET /v3/coverage-profiles Version: 1.0.0 Security: ApiKeyAuth ## Query parameters: - `region_code` (string) Example: "US" - `label` (string) Example: "Green" ## Response 200 fields (application/json): - `error` (boolean, required) - `data` (array, required) - `data.coverage_id` (string, required) The unique identifier for the coverage profile Example: "24648a7f-8281-4af7-8fc0-19b2371b2d1d" - `data.label` (string, required) The label for the coverage profile Example: "Green" - `data.region_name` (string, required) The name of the region for which the coverage is applicable Example: "United States" - `data.region_code` (string, required) The ISO code of the region for which the coverage is applicable Example: "US" - `data.countries` (array) Optional list of countries included in this coverage profile - `data.countries.iso2` (string) ISO 2-letter country code Example: "US" - `data.countries.iso3` (string) ISO 3-letter country code Example: "USA" - `data.countries.name` (string) Country name Example: "United States" - `data.countries.operators` (array) Optional list of operators available in this country for the coverage profile - `data.countries.operators.operator_id` (string) The unique identifier for the operator Example: "2dea792a-2dea-492c-815d-8fb826be8d49" - `data.countries.operators.name` (string) The name of the operator Example: "AT&T USA" - `data.countries.operators.supported_rats` (array) List of supported Radio Access Technologies (RATs) Example: ["4G","5G"] - `data.countries.operators.mcc_mnc` (array) 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"