Skip to main content
GET
/
v1
/
coverage-profiles
List coverage profiles
curl --request GET \
  --url https://api.bondio.co/v1/coverage-profiles \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "label": "<string>",
    "countries": [
      {
        "name": "<string>",
        "iso2": "<string>",
        "iso3": "<string>",
        "indicator": "<string>",
        "operators": [
          {
            "name": "<string>",
            "supportedRats": [
              "<string>"
            ]
          }
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

countryIso2
string

comma separated list of iso2 codes e.g. countryIso2=FR,IN,GB

label
string

a single label value e.g. label=tau

Response

200 - application/json

OK

id
string
required
name
string
required
label
string
required
countries
CountryZone · object[]
required