v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTariff
Retrieve all tariffs.
Required scope: tariffs:read
get/api/v1/tariffs
Query parameters
countryAreaIdinteger
Country area id of the tariff
Operator id of the tariff (taken from the consumer)
External id of the tariff
Team id of the tariff
Country id of the tariff
Zip code of the tariff
Response
All tariffs
Example response
[
{
"id": 1,
"externalId": "3143",
"name": "Cerius",
"description": "TariffDescription",
"countryId": 194,
"countryAreaId": 1,
"currencyId": 1,
"teamId": 1,
"operatorId": 1,
"pricesWithVat": true,
"zipCodes": [
5610,
5960
],
"active": true,
"timeZone": "Europe/Copenhagen",
"area": "Jylland",
"createdAt": "2023-03-23T14:54:56Z",
"updatedAt": "2023-03-23T16:54:56Z"
}
]