Skip to main content
GET
/
v2
/
data-prices
List data prices V2
curl --request GET \
  --url https://api.bondio.co/v2/data-prices \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "countryIso2": "<string>",
      "label": "<string>",
      "indicator": "<string>",
      "pricePerGB": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

items
DataPriceCz · object[]