Skip to main content
GET
/
v1
/
coverage-profiles
/
{coverageId}
/
data-prices
(deprecated) Get data prices for a coverage profile
curl --request GET \
  --url https://api.bondio.co/v1/coverage-profiles/{coverageId}/data-prices \
  --header 'Authorization: Bearer <token>'
[
  {
    "coverageProfile": "<string>",
    "country": "<string>",
    "pricePerGB": 123
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

coverageId
string
required

Response

200 - application/json

OK

coverageProfile
string
required
country
string
required
pricePerGB
number
required