Retrieve network coverage data

Retrieves the actual coverage data with the list of VPLMNs and their status. It will return an array of items with following properties: - `id` - identifier of this data set - `operator` - nested object with operator (VPLMN) details such as - __Name__ - __Country__ - __MNCs__ - __TAP-Codes__ - `status` - indicates current status of access to this VPLMN (available/not available), VPLMN which are not on the coverage list are not available by default - `blacklisted_rat_types` - List of RAT types blocked on this network coverage data

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

coverage_idstringRequired

Response

Success