List tariffs
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.
Documentation Index
Fetch the complete documentation index at: https://docs.auth.energy/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Four-character Market Participant Identifier (MPID) of the supplier.
4"SEBD"
Query Parameters
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.
- static — rates in the schedule are fixed until the supplier pushes a
tariff.updatewebhook event. - dynamic — rates change over time. RTI Users must re-fetch the schedule
proactively using
valid_from/valid_toon the tariff to know when to refresh. Notariff.updatewebhook 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 — one unit rate applies at all times (standard credit meter).
- multi_rate — two or more unit rates apply at different times (e.g. Economy 7).
- smart — half-hourly read smart meter, required for dynamic tariffs.
- prepayment — prepayment meter.
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"

