Skip to main content
GET
/
v1
/
coverage-profiles
/
{id}
Get the coverage profile
curl --request GET \
  --url https://api.bondio.co/v1/coverage-profiles/{id} \
  --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.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
name
string
required
label
string
required
countries
CountryZone · object[]
required