Returns a summary of all tariffs offered by the specified supplier — tariff ID, display name, and when pricing data was last updated.
Use this to discover available tariff IDs before fetching full pricing detail. No authentication required.
Four-character Market Participant Identifier (MPID) of the supplier.
4"SEBD"
Maximum number of records to return. Defaults to 20, maximum 100.
1 <= x <= 10020
Number of records to skip for pagination. Defaults to 0.
x >= 00
Filter by tariff type. Whether the tariff is static or dynamic.
tariff.update webhook event.valid_from / valid_to on the tariff to know when to refresh.
No tariff.update webhook events are sent for dynamic tariff rate changes.static, dynamic Filter by fuel type.
Whether the tariff applies to electricity or gas.
electricity, gas "electricity"
Filter by energy flow direction — import or export.
Direction of energy flow — import into the property or export out of it.
import, export "import"
Filter by payment method. Payment method this tariff variant applies to.
direct_debit, non_direct_debit, prepayment Filter by LDZ region code. Returns tariffs that include this region. Local Distribution Zone (LDZ) or Network Operator region code. Identifies the geographic pricing zone for this tariff.
SC, NO, NE, NWT, WMD, EM, EA, NT, SO, SE, WN, WW, SW "SE"
Filter by meter type. Meter configuration this tariff applies to.
single_rate, multi_rate, smart, prepayment "smart"
Filter by customer type — residential or business.
Whether this tariff is available to residential or business consumers.
residential, business "residential"
Return tariffs effective on or after this datetime (ISO 8601).
Filters on TariffDetail.valid_from.
ISO 8601 datetime with millisecond precision.
"2026-11-01T10:00:00.000Z"
Return tariffs effective up to and including this datetime (ISO 8601).
Filters on TariffDetail.valid_to.
ISO 8601 datetime with millisecond precision.
"2026-11-01T10:00:00.000Z"