Returns the list of coverage profiles available to your account.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/coverage-profiles?region_code=US&label=Green&key=YOUR_API_KEY_HERE'Response
{ "error": false, "data": [ { … } ] }