Skip to content

List coverage profiles

Request

Returns the list of coverage profiles available to your account.

Security
ApiKeyAuth
Query
region_codestring
Example:region_code=US
labelstring
Example:label=Green
GET
/v3/coverage-profiles
curl -i -X GET \
  'https://api.tellisim.com/v3/coverage-profiles?region_code=US&label=Green&key=YOUR_API_KEY_HERE'

Responses

Successful response containing coverage profiles

Bodyapplication/json
errorbooleanrequired
Example:false
dataArray of objects(CoverageProfile)required
Response
{ "error": false, "data": [ {} ] }